CJBecker commented on issue #9660:
URL: https://github.com/apache/cloudstack/issues/9660#issuecomment-2340958167

   Also for a test: 
   ```
   UPDATE snapshot_store_ref SET display = 0 WHERE id = 129917;
   Query OK, 1 row affected (0.004 sec)
   Rows matched: 1  Changed: 1  Warnings: 0
   ```
   I can see the correct information via API: 
   ```
   cmk list snapshots id=068b140e-186f-4436-93ec-ba56ebcc1ee7 listall=true 
filter=physicalsize,virtualsize,state
   {
     "count": 1,
     "snapshot": [
       {
         "physicalsize": 65756332032,
         "state": "BackedUp",
         "virtualsize": 171798691840
       }
     ]
   }
   ```
   I believe that the default behavior in the past with my configuration was to 
retain the reference information, as in the original post, while displaying the 
physical size. Unless there's something specific to my setup, but I haven't 
noticed any errors or messages in the logs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to