harvest
harvest copied to clipboard
Volume Count mismatch
The volume count displayed on the datacenter dashboard doesn't match the count shown on SM landing page. The SM retrieves its count by calling the endpoint /api/storage/volumes?return_timeout=120&is_object_store=true
. This task is to investigate the following two issues:
-
Are we correctly identifying root volumes? The REST API excludes root volumes, but it seems we might be marking additional volumes as root, resulting in the SM showing more volumes.
-
We need to include
is_object_store
in volume labels and adjust the count accordingly.