levindecaro commented on issue #6804: URL: https://github.com/apache/cloudstack/issues/6804#issuecomment-1271151417
The image snapshot list of the one reported error shown empty output, because all snapshot are deleted from UI already. ``` [root@compute-12 ~]# qemu-img snapshot -l /cloudstack/sg1/d0126a5a-62c9-4935-b6f8-bba159d6fbae [root@compute-12 ~]# ``` Another volume snapshot taken in 4.16.1 output shown as below. These tag are referencing "VM Snapshot" ``` [root@compute-12 ~]# qemu-img snapshot -l /cloudstack/sg1/5f5bc454-f5e8-42b3-b3eb-141237d56966 Snapshot list: ID TAG VM SIZE DATE VM CLOCK 1 i-57-819-VM_VS_20220317120620 14G 2022-03-17 20:06:21 1075:54:38.764 2 i-57-819-VM_VS_20220716151306 14G 2022-07-16 23:13:07 1464:36:20.105 ```   The third sample has volume snapshot only, do not have snapshot meta data ``` [root@compute-15 ~]# qemu-img snapshot -l /cloudstack/sg1/e8584012-f806-4511-b892-f1cbadcd8b1d [root@compute-15 ~]# ```  -- 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]
