andrea-janna commented on issue #12929:
URL: https://github.com/apache/cloudstack/issues/12929#issuecomment-4168452517
Hello @sureshanaparti.
The hypervisor is KVM and kvm.incremental.snapshot is set to false.
My storage is Ceph and I set snapshot.backup.to.secondary to false.
When I take a VM instance snapshot the Volume Snapshots count in Storage
dashboard card increases by 1 while the Volume Snapshots count in Resources
dashboard card doesn't increase.
```
(localcloud) 🐱 > update resourcecount
domainid=3a5204fc-7280-4318-b13a-8923357462b3 resourcetype=3
{
"count": 1,
"resourcecount": [
{
"domain": "DPSS",
"domainid": "3a5204fc-7280-4318-b13a-8923357462b3",
"domainpath": "ROOT/DPSS",
"resourcecount": 24,
"resourcetype": "3",
"resourcetypename": "snapshot"
}
]
}
(localcloud) 🐱 > create vmsnapshot
virtualmachineid=cfc9b08e-fb57-4e40-b2c5-d356c959abf0
{
"vmsnapshot": {
"account": "DPSS",
"created": "2026-04-01T10:24:46+0200",
"current": true,
"displayname": "i-4-13-VM_VS_20260401082446",
"domain": "DPSS",
"domainid": "3a5204fc-7280-4318-b13a-8923357462b3",
"domainpath": "ROOT/DPSS",
"hasannotations": false,
"hypervisor": "KVM",
"id": "0d1ef36f-f789-4e59-af3d-cf83cfe02391",
"name": "i-4-13-VM_VS_20260401082446",
"state": "Ready",
"tags": [],
"type": "Disk",
"virtualmachineid": "cfc9b08e-fb57-4e40-b2c5-d356c959abf0",
"virtualmachinename": "ember",
"zoneid": "35d72294-a8e6-479a-8276-5facc4fd5bf2",
"zonename": "zone1"
}
}
(localcloud) 🐱 > update resourcecount
domainid=3a5204fc-7280-4318-b13a-8923357462b3 resourcetype=3
{
"count": 1,
"resourcecount": [
{
"domain": "DPSS",
"domainid": "3a5204fc-7280-4318-b13a-8923357462b3",
"domainpath": "ROOT/DPSS",
"resourcecount": 25,
"resourcetype": "3",
"resourcetypename": "snapshot"
}
]
}
```
--
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]