RBD pool not starting "An error occurred, but the cause is unknown"
Hi all, I've been battling this for about a year now. I've deployed virtual machine hosts running AlpineLinux 3.23 (recently updated from 3.21) which ships `libvirtd` 11.10.0, Ceph 19.2.3 and QEMU 10.1.3. (For reference: previous thread is archived at https://www.spinics.net/linux/fedora/libvirt-users/msg14421.html) I have two RBD pools defined: one is a "high availability" pool which replicates a copy of each block on every node, the other (previously used with OpenNebula) just makes sure there are at least 2 copies of blocks across the nodes (preferrably 3). They're called "ha-images" and "opennebula-images" respectively. "ha-images" starts without issue. It has a configuration like the following: ``` <pool type="rbd"> <name>ha-images</name> <uuid>6beab982-52b3-495b-a4a7-ab7ebb522ef5</uuid> <capacity unit="bytes">16003182362624</capacity> <allocation unit="bytes">184657756160</allocation> <available unit="bytes">6658209792000</available> <source> <host name="172.31.252.1" port="6789"/> <host name="172.31.252.2" port="6789"/> <host name="172.31.252.5" port="6789"/> <host name="172.31.252.6" port="6789"/> <host name="172.31.252.7" port="6789"/> <name>ha</name> <auth type="ceph" username="libvirt"> <secret uuid="c14a16b5-bba5-473a-ae9b-53a9a6b0a4e3"/> </auth> </source> </pool> ``` No issues with it, it starts just fine. "opennebula-images" never starts, its configuration: ``` <pool type="rbd"> <name>opennebula-images</name> <uuid>fcaa2fa8-f0d2-4919-9168-756a9f4ad7ee</uuid> <capacity unit="bytes">16003182362624</capacity> <allocation unit="bytes">7893286499025</allocation> <available unit="bytes">6658213388288</available> <source> <host name="172.31.252.1" port="6789"/> <host name="172.31.252.2" port="6789"/> <host name="172.31.252.5" port="6789"/> <host name="172.31.252.6" port="6789"/> <host name="172.31.252.7" port="6789"/> <name>one</name> <auth type="ceph" username="libvirt"> <secret uuid="c14a16b5-bba5-473a-ae9b-53a9a6b0a4e3"/> </auth> </source> </pool> ``` The `libvirt` user I created in Ceph is able to list the RBD pool: ``` lithium:~# rbd --id libvirt ls -p one | head gapmx-old-vda gapmx-old-vdb gapmx-testing-vda gapmx-testing-vdb gapmx-vda gapmx-vdb mastodon-vda mastodon-vdb mastodon-vdd mastodon-vde ``` Starting it, `libvirt` merely tells me: "An error occurred, but the cause is unknown". No logs written anywhere, no explanation. Just "computer says no". Yet, if I hand-configure my virtual machines, I can still mount RBD volumes as virtual disks within either pool. I just can't browse them via `virsh` or `virt-manager` on the `opennebula-images` pool like I can for the `ha-images` pool. Where should I be looking for the error? What did I do wrong that makes it refuse to start?
On a Friday in 2026, None via Users wrote:
Hi all,
Hello!
The `libvirt` user I created in Ceph is able to list the RBD pool:
``` lithium:~# rbd --id libvirt ls -p one | head gapmx-old-vda gapmx-old-vdb gapmx-testing-vda gapmx-testing-vdb gapmx-vda gapmx-vdb mastodon-vda mastodon-vdb mastodon-vdd mastodon-vde ```
Starting it, `libvirt` merely tells me: "An error occurred, but the cause is unknown". No logs written anywhere, no explanation. Just "computer says no".
The absence of the error message is almost certainly a bug in libvirt - some code path is returning an error without setting an error message.
Yet, if I hand-configure my virtual machines, I can still mount RBD volumes as virtual disks within either pool. I just can't browse them via `virsh` or `virt-manager` on the `opennebula-images` pool like I can for the `ha-images` pool.
Where should I be looking for the error? What did I do wrong that makes it refuse to start?
To narrow it down, you can tell libvirt to write debug logs and share the part around starting the pool: https://libvirt.org/kbase/debuglogs.html At a quick glance, I have not found any obvious place with a missing error message. Jano
Hi Ján, apologies for the delay. Things got side-tracked my end. On 9/2/26 17:15, Ján Tomko wrote:
To narrow it down, you can tell libvirt to write debug logs and share the part around starting the pool: https://libvirt.org/kbase/debuglogs.html
At a quick glance, I have not found any obvious place with a missing error message.
I ran: virt-admin -c virtlogd:///system daemon-log-outputs "3:stderr 1:file:/tmp/libvirtd-debug.log" virt-admin -c virtlogd:///system daemon-log-filters "1:storage" virt-admin -c virtlogd:///system daemon-timeout --timeout 0 and got back a 1.8GB log file in the space of 11 minutes. The bit that seems to be relevant is this bit. 2026-02-06 20:40:30.863+0000: 3592: debug : storageDriverAutostartCallback:196 : autostarting storage pool 'opennebula-images' 2026-02-06 20:40:30.863+0000: 3592: debug : virStorageBackendRBDOpenRADOSConn:214 : Using cephx authorization, username: libvirt 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpen:1244 : name=secret:///system 2026-02-06 20:40:30.868+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e5228fc50 classname=virConnect 2026-02-06 20:40:30.868+0000: 3592: debug : virConfLoadConfig:1522 : Loading config file '/etc/libvirt/libvirt.conf' 2026-02-06 20:40:30.868+0000: 3592: debug : virConfReadFile:731 : filename=/etc/libvirt/libvirt.conf 2026-02-06 20:40:30.868+0000: 3592: debug : virConfGetValueStringList:921 : Get value string list 0 0 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1006 : Split "secret:///system" to URI components: scheme secret server <null> user <null> port 0 path /system 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1112 : trying driver 0 (Test) ... 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1134 : Checking for supported URI schemes 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1143 : No matching URI scheme 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1112 : trying driver 1 (OPENVZ) ... 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1134 : Checking for supported URI schemes 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1143 : No matching URI scheme 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1112 : trying driver 2 (VMWARE) ... 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1134 : Checking for supported URI schemes 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1143 : No matching URI scheme 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1112 : trying driver 3 (ESX) ... 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1134 : Checking for supported URI schemes 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1143 : No matching URI scheme 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1112 : trying driver 4 (remote) ... 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1151 : Matching any URI scheme for 'secret' 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1177 : driver 4 remote returned DECLINED 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1112 : trying driver 5 (network) ... 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1134 : Checking for supported URI schemes 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1143 : No matching URI scheme 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1112 : trying driver 6 (interface) ... 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1134 : Checking for supported URI schemes 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1143 : No matching URI scheme 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1112 : trying driver 7 (secret) ... 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1134 : Checking for supported URI schemes 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1137 : Matched URI scheme 'secret' 2026-02-06 20:40:30.868+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e541a1d50 2026-02-06 20:40:30.868+0000: 3592: debug : virAccessManagerCheckConnect:218 : manager=0x7f0e541a1d50(name=stack) driver=secret perm=0 2026-02-06 20:40:30.868+0000: 3592: debug : virAccessManagerCheckConnect:218 : manager=0x7f0e541a1e30(name=none) driver=secret perm=0 2026-02-06 20:40:30.868+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e541a1d50 2026-02-06 20:40:30.868+0000: 3592: debug : virConnectOpenInternal:1177 : driver 7 secret returned SUCCESS 2026-02-06 20:40:30.868+0000: 3592: debug : virGetConnectGeneric:157 : Opened new secret connection 0x7f0e5228fc50 2026-02-06 20:40:30.868+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e5230e1a0 2026-02-06 20:40:30.868+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e541a1d50 2026-02-06 20:40:30.868+0000: 3592: debug : virAccessManagerCheckSecret:340 : manager=0x7f0e541a1d50(name=stack) driver=secret secret=0x7f0e535039d0 perm=0 2026-02-06 20:40:30.868+0000: 3592: debug : virAccessManagerCheckSecret:340 : manager=0x7f0e541a1e30(name=none) driver=secret secret=0x7f0e535039d0 perm=0 2026-02-06 20:40:30.868+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e541a1d50 2026-02-06 20:40:30.868+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ebe110 classname=virSecret 2026-02-06 20:40:30.868+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e5228fc50 2026-02-06 20:40:30.868+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e5230e1a0 2026-02-06 20:40:30.868+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e5230e1a0 2026-02-06 20:40:30.868+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e541a1d50 2026-02-06 20:40:30.868+0000: 3592: debug : virAccessManagerCheckSecret:340 : manager=0x7f0e541a1d50(name=stack) driver=secret secret=0x7f0e535039d0 perm=3 2026-02-06 20:40:30.868+0000: 3592: debug : virAccessManagerCheckSecret:340 : manager=0x7f0e541a1e30(name=none) driver=secret secret=0x7f0e535039d0 perm=3 2026-02-06 20:40:30.868+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e541a1d50 2026-02-06 20:40:30.868+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e5230e1a0 2026-02-06 20:40:30.868+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ebe110 2026-02-06 20:40:30.868+0000: 3592: debug : virSecretDispose:730 : release secret 0x7f0e51ebe110 c14a16b5-bba5-473a-ae9b-53a9a6b0a4e3 2026-02-06 20:40:30.868+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e5228fc50 2026-02-06 20:40:30.868+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ebe110 2026-02-06 20:40:30.868+0000: 3592: debug : virStorageBackendRBDOpenRADOSConn:236 : Setting RADOS option 'key' 2026-02-06 20:40:30.868+0000: 3592: debug : virStorageBackendRBDRADOSConfSet:184 : Setting RADOS option 'auth_supported' to 'cephx' 2026-02-06 20:40:30.868+0000: 3592: debug : virStorageBackendRBDOpenRADOSConn:258 : Found 8 RADOS cluster monitors in the pool configuration 2026-02-06 20:40:30.868+0000: 3592: debug : virStorageBackendRBDRADOSConfSet:184 : Setting RADOS option 'mon_host' to '172.31.252.1:6789,172.31.252.2:6789,172.31.252.5:6789,172.31.252.6:6789,172.31.252.7:6789,172.31.252.8:6789,172.31.252.9:6789,172.31.252.10:6789,' 2026-02-06 20:40:30.868+0000: 3592: debug : virStorageBackendRBDRADOSConfSet:184 : Setting RADOS option 'client_mount_timeout' to '30' 2026-02-06 20:40:30.868+0000: 3592: debug : virStorageBackendRBDRADOSConfSet:184 : Setting RADOS option 'rados_mon_op_timeout' to '30' 2026-02-06 20:40:30.868+0000: 3592: debug : virStorageBackendRBDRADOSConfSet:184 : Setting RADOS option 'rados_osd_op_timeout' to '30' 2026-02-06 20:40:30.868+0000: 3592: debug : virStorageBackendRBDRADOSConfSet:184 : Setting RADOS option 'rbd_default_format' to '2' 2026-02-06 20:40:30.881+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e5228fc50 2026-02-06 20:40:30.881+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e5228fc50 2026-02-06 20:40:30.941+0000: 3592: debug : virStorageBackendRBDRefreshPool:694 : Utilization of RBD pool one: (kb: 15628107776 kb_avail: 6502515640 num_bytes: 7893209706150) 2026-02-06 20:40:30.980+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/gapmx-old-vda (capacity: 17179869184 allocation: 17179869184 obj_size: 4194304 num_objs: 4096) 2026-02-06 20:40:30.981+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2ae0 classname=virStorageVolObj 2026-02-06 20:40:30.981+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2ae0 2026-02-06 20:40:30.981+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2ae0 2026-02-06 20:40:30.981+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2ae0 2026-02-06 20:40:30.981+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2ae0 2026-02-06 20:40:31.006+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/gapmx-old-vdb (capacity: 549755813888 allocation: 549755813888 obj_size: 4194304 num_objs: 131072) 2026-02-06 20:40:31.008+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52280ff0 classname=virStorageVolObj 2026-02-06 20:40:31.008+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52280ff0 2026-02-06 20:40:31.008+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52280ff0 2026-02-06 20:40:31.008+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52280ff0 2026-02-06 20:40:31.008+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52280ff0 2026-02-06 20:40:31.036+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/gapmx-testing-vda (capacity: 17179869184 allocation: 17179869184 obj_size: 4194304 num_objs: 4096) 2026-02-06 20:40:31.038+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea3390 classname=virStorageVolObj 2026-02-06 20:40:31.038+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3390 2026-02-06 20:40:31.038+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3390 2026-02-06 20:40:31.038+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3390 2026-02-06 20:40:31.038+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3390 2026-02-06 20:40:31.056+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/gapmx-testing-vdb (capacity: 549755813888 allocation: 549755813888 obj_size: 4194304 num_objs: 131072) 2026-02-06 20:40:31.058+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea33f0 classname=virStorageVolObj 2026-02-06 20:40:31.058+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea33f0 2026-02-06 20:40:31.058+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea33f0 2026-02-06 20:40:31.058+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea33f0 2026-02-06 20:40:31.058+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea33f0 2026-02-06 20:40:31.079+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/gapmx-vda (capacity: 17179869184 allocation: 17179869184 obj_size: 4194304 num_objs: 4096) 2026-02-06 20:40:31.081+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2fd0 classname=virStorageVolObj 2026-02-06 20:40:31.081+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2fd0 2026-02-06 20:40:31.081+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2fd0 2026-02-06 20:40:31.081+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2fd0 2026-02-06 20:40:31.081+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2fd0 2026-02-06 20:40:31.107+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/gapmx-vdb (capacity: 549755813888 allocation: 549755813888 obj_size: 4194304 num_objs: 131072) 2026-02-06 20:40:31.109+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2a80 classname=virStorageVolObj 2026-02-06 20:40:31.109+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2a80 2026-02-06 20:40:31.109+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2a80 2026-02-06 20:40:31.109+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2a80 2026-02-06 20:40:31.109+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2a80 2026-02-06 20:40:31.134+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/mastodon-vda (capacity: 42949672960 allocation: 42949672960 obj_size: 4194304 num_objs: 10240) 2026-02-06 20:40:31.136+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2cc0 classname=virStorageVolObj 2026-02-06 20:40:31.136+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2cc0 2026-02-06 20:40:31.136+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2cc0 2026-02-06 20:40:31.136+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2cc0 2026-02-06 20:40:31.136+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2cc0 2026-02-06 20:40:31.161+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/mastodon-vdb (capacity: 536870912000 allocation: 536870912000 obj_size: 4194304 num_objs: 128000) 2026-02-06 20:40:31.163+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52281290 classname=virStorageVolObj 2026-02-06 20:40:31.163+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281290 2026-02-06 20:40:31.163+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281290 2026-02-06 20:40:31.163+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281290 2026-02-06 20:40:31.163+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281290 2026-02-06 20:40:31.190+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/mastodon-vdd (capacity: 68719476736 allocation: 68719476736 obj_size: 4194304 num_objs: 16384) 2026-02-06 20:40:31.192+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2f00 classname=virStorageVolObj 2026-02-06 20:40:31.192+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2f00 2026-02-06 20:40:31.192+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2f00 2026-02-06 20:40:31.192+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2f00 2026-02-06 20:40:31.192+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2f00 2026-02-06 20:40:31.216+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/mastodon-vde (capacity: 137438953472 allocation: 137438953472 obj_size: 4194304 num_objs: 32768) 2026-02-06 20:40:31.217+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e522812f0 classname=virStorageVolObj 2026-02-06 20:40:31.217+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522812f0 2026-02-06 20:40:31.217+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522812f0 2026-02-06 20:40:31.217+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522812f0 2026-02-06 20:40:31.217+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522812f0 2026-02-06 20:40:31.237+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-14 (capacity: 10737418240 allocation: 10737418240 obj_size: 4194304 num_objs: 2560) 2026-02-06 20:40:31.239+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52280f90 classname=virStorageVolObj 2026-02-06 20:40:31.239+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52280f90 2026-02-06 20:40:31.239+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52280f90 2026-02-06 20:40:31.239+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52280f90 2026-02-06 20:40:31.239+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52280f90 2026-02-06 20:40:31.258+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-15 (capacity: 42949672960 allocation: 42949672960 obj_size: 4194304 num_objs: 10240) 2026-02-06 20:40:31.259+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51cb0780 classname=virStorageVolObj 2026-02-06 20:40:31.259+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0780 2026-02-06 20:40:31.259+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0780 2026-02-06 20:40:31.259+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0780 2026-02-06 20:40:31.259+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0780 2026-02-06 20:40:31.280+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-19 (capacity: 8589934592 allocation: 8589934592 obj_size: 4194304 num_objs: 2048) 2026-02-06 20:40:31.281+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51cb0e40 classname=virStorageVolObj 2026-02-06 20:40:31.281+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0e40 2026-02-06 20:40:31.281+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0e40 2026-02-06 20:40:31.281+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0e40 2026-02-06 20:40:31.281+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0e40 2026-02-06 20:40:31.305+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-20 (capacity: 285736960 allocation: 289406976 obj_size: 4194304 num_objs: 69) 2026-02-06 20:40:31.306+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea29c0 classname=virStorageVolObj 2026-02-06 20:40:31.306+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea29c0 2026-02-06 20:40:31.306+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea29c0 2026-02-06 20:40:31.306+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea29c0 2026-02-06 20:40:31.306+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea29c0 2026-02-06 20:40:31.328+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-22 (capacity: 10737418240 allocation: 10737418240 obj_size: 4194304 num_objs: 2560) 2026-02-06 20:40:31.329+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea3030 classname=virStorageVolObj 2026-02-06 20:40:31.329+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3030 2026-02-06 20:40:31.329+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3030 2026-02-06 20:40:31.329+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3030 2026-02-06 20:40:31.329+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3030 2026-02-06 20:40:31.346+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-23 (capacity: 85899345920 allocation: 85899345920 obj_size: 4194304 num_objs: 20480) 2026-02-06 20:40:31.347+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2c00 classname=virStorageVolObj 2026-02-06 20:40:31.347+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2c00 2026-02-06 20:40:31.347+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2c00 2026-02-06 20:40:31.348+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2c00 2026-02-06 20:40:31.348+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2c00 2026-02-06 20:40:31.364+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-25 (capacity: 322122547200 allocation: 322122547200 obj_size: 4194304 num_objs: 76800) 2026-02-06 20:40:31.366+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52281470 classname=virStorageVolObj 2026-02-06 20:40:31.366+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281470 2026-02-06 20:40:31.366+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281470 2026-02-06 20:40:31.366+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281470 2026-02-06 20:40:31.366+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281470 2026-02-06 20:40:31.389+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-26 (capacity: 536870912000 allocation: 536870912000 obj_size: 4194304 num_objs: 128000) 2026-02-06 20:40:31.391+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea3690 classname=virStorageVolObj 2026-02-06 20:40:31.391+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3690 2026-02-06 20:40:31.391+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3690 2026-02-06 20:40:31.391+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3690 2026-02-06 20:40:31.391+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3690 2026-02-06 20:40:31.410+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-27 (capacity: 570523648 allocation: 574619648 obj_size: 4194304 num_objs: 137) 2026-02-06 20:40:31.411+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea27e0 classname=virStorageVolObj 2026-02-06 20:40:31.411+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea27e0 2026-02-06 20:40:31.411+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea27e0 2026-02-06 20:40:31.411+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea27e0 2026-02-06 20:40:31.411+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea27e0 2026-02-06 20:40:31.436+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-28 (capacity: 322122547200 allocation: 322122547200 obj_size: 4194304 num_objs: 76800) 2026-02-06 20:40:31.438+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea34b0 classname=virStorageVolObj 2026-02-06 20:40:31.438+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea34b0 2026-02-06 20:40:31.438+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea34b0 2026-02-06 20:40:31.438+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea34b0 2026-02-06 20:40:31.438+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea34b0 2026-02-06 20:40:31.462+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-29 (capacity: 536870912000 allocation: 536870912000 obj_size: 4194304 num_objs: 128000) 2026-02-06 20:40:31.464+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e522b9fa0 classname=virStorageVolObj 2026-02-06 20:40:31.464+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522b9fa0 2026-02-06 20:40:31.464+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522b9fa0 2026-02-06 20:40:31.464+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522b9fa0 2026-02-06 20:40:31.464+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522b9fa0 2026-02-06 20:40:31.485+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-31 (capacity: 64424509440 allocation: 64424509440 obj_size: 4194304 num_objs: 15360) 2026-02-06 20:40:31.487+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51cb0d80 classname=virStorageVolObj 2026-02-06 20:40:31.487+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0d80 2026-02-06 20:40:31.487+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0d80 2026-02-06 20:40:31.487+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0d80 2026-02-06 20:40:31.487+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0d80 2026-02-06 20:40:31.504+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-32 (capacity: 67108864 allocation: 67108864 obj_size: 4194304 num_objs: 16) 2026-02-06 20:40:31.505+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52281050 classname=virStorageVolObj 2026-02-06 20:40:31.505+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281050 2026-02-06 20:40:31.505+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281050 2026-02-06 20:40:31.505+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281050 2026-02-06 20:40:31.505+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281050 2026-02-06 20:40:31.526+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-33 (capacity: 42949672960 allocation: 42949672960 obj_size: 4194304 num_objs: 10240) 2026-02-06 20:40:31.528+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e522810b0 classname=virStorageVolObj 2026-02-06 20:40:31.528+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522810b0 2026-02-06 20:40:31.528+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522810b0 2026-02-06 20:40:31.528+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522810b0 2026-02-06 20:40:31.528+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522810b0 2026-02-06 20:40:31.549+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-34 (capacity: 343597383680 allocation: 343597383680 obj_size: 4194304 num_objs: 81920) 2026-02-06 20:40:31.551+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea3090 classname=virStorageVolObj 2026-02-06 20:40:31.551+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3090 2026-02-06 20:40:31.551+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3090 2026-02-06 20:40:31.551+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3090 2026-02-06 20:40:31.551+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3090 2026-02-06 20:40:31.569+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-36 (capacity: 38797312 allocation: 41943040 obj_size: 4194304 num_objs: 10) 2026-02-06 20:40:31.571+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2840 classname=virStorageVolObj 2026-02-06 20:40:31.571+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2840 2026-02-06 20:40:31.571+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2840 2026-02-06 20:40:31.571+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2840 2026-02-06 20:40:31.571+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2840 2026-02-06 20:40:31.593+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-38 (capacity: 21474836480 allocation: 21474836480 obj_size: 4194304 num_objs: 5120) 2026-02-06 20:40:31.594+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2d80 classname=virStorageVolObj 2026-02-06 20:40:31.594+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2d80 2026-02-06 20:40:31.594+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2d80 2026-02-06 20:40:31.594+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2d80 2026-02-06 20:40:31.594+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2d80 2026-02-06 20:40:31.615+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-4 (capacity: 9594880 allocation: 12582912 obj_size: 4194304 num_objs: 3) 2026-02-06 20:40:31.616+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52281710 classname=virStorageVolObj 2026-02-06 20:40:31.616+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281710 2026-02-06 20:40:31.616+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281710 2026-02-06 20:40:31.616+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281710 2026-02-06 20:40:31.616+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281710 2026-02-06 20:40:31.638+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-41 (capacity: 42949672960 allocation: 42949672960 obj_size: 4194304 num_objs: 10240) 2026-02-06 20:40:31.640+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea3630 classname=virStorageVolObj 2026-02-06 20:40:31.640+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3630 2026-02-06 20:40:31.640+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3630 2026-02-06 20:40:31.640+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3630 2026-02-06 20:40:31.640+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3630 2026-02-06 20:40:31.663+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-42 (capacity: 40894464 allocation: 41943040 obj_size: 4194304 num_objs: 10) 2026-02-06 20:40:31.664+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e5227d670 classname=virStorageVolObj 2026-02-06 20:40:31.664+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e5227d670 2026-02-06 20:40:31.664+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e5227d670 2026-02-06 20:40:31.664+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e5227d670 2026-02-06 20:40:31.664+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e5227d670 2026-02-06 20:40:31.686+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-46 (capacity: 214748364800 allocation: 214748364800 obj_size: 4194304 num_objs: 51200) 2026-02-06 20:40:31.688+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea28a0 classname=virStorageVolObj 2026-02-06 20:40:31.688+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea28a0 2026-02-06 20:40:31.688+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea28a0 2026-02-06 20:40:31.688+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea28a0 2026-02-06 20:40:31.688+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea28a0 2026-02-06 20:40:31.708+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-48 (capacity: 34359738368 allocation: 34359738368 obj_size: 4194304 num_objs: 8192) 2026-02-06 20:40:31.710+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea3450 classname=virStorageVolObj 2026-02-06 20:40:31.710+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3450 2026-02-06 20:40:31.710+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3450 2026-02-06 20:40:31.710+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3450 2026-02-06 20:40:31.710+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3450 2026-02-06 20:40:31.734+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-5 (capacity: 8589934592 allocation: 8589934592 obj_size: 4194304 num_objs: 2048) 2026-02-06 20:40:31.735+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2a20 classname=virStorageVolObj 2026-02-06 20:40:31.735+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2a20 2026-02-06 20:40:31.735+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2a20 2026-02-06 20:40:31.735+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2a20 2026-02-06 20:40:31.735+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2a20 2026-02-06 20:40:31.753+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-56 (capacity: 34359738368 allocation: 34359738368 obj_size: 4194304 num_objs: 8192) 2026-02-06 20:40:31.754+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea35d0 classname=virStorageVolObj 2026-02-06 20:40:31.754+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea35d0 2026-02-06 20:40:31.754+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea35d0 2026-02-06 20:40:31.754+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea35d0 2026-02-06 20:40:31.754+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea35d0 2026-02-06 20:40:31.773+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-57 (capacity: 76546048 allocation: 79691776 obj_size: 4194304 num_objs: 19) 2026-02-06 20:40:31.774+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51d76800 classname=virStorageVolObj 2026-02-06 20:40:31.774+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51d76800 2026-02-06 20:40:31.774+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51d76800 2026-02-06 20:40:31.774+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51d76800 2026-02-06 20:40:31.774+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51d76800 2026-02-06 20:40:31.792+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-58 (capacity: 274877906944 allocation: 274877906944 obj_size: 4194304 num_objs: 65536) 2026-02-06 20:40:31.793+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52281530 classname=virStorageVolObj 2026-02-06 20:40:31.793+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281530 2026-02-06 20:40:31.793+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281530 2026-02-06 20:40:31.793+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281530 2026-02-06 20:40:31.793+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281530 2026-02-06 20:40:31.817+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-59 (capacity: 132120576 allocation: 134217728 obj_size: 4194304 num_objs: 32) 2026-02-06 20:40:31.818+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea3510 classname=virStorageVolObj 2026-02-06 20:40:31.818+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3510 2026-02-06 20:40:31.818+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3510 2026-02-06 20:40:31.818+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3510 2026-02-06 20:40:31.818+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3510 2026-02-06 20:40:31.839+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-6 (capacity: 35651584 allocation: 37748736 obj_size: 4194304 num_objs: 9) 2026-02-06 20:40:31.840+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51cb0de0 classname=virStorageVolObj 2026-02-06 20:40:31.840+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0de0 2026-02-06 20:40:31.840+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0de0 2026-02-06 20:40:31.840+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51cb0de0 2026-02-06 20:40:31.840+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0de0 2026-02-06 20:40:31.862+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-60 (capacity: 34359738368 allocation: 34359738368 obj_size: 4194304 num_objs: 8192) 2026-02-06 20:40:31.864+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2d20 classname=virStorageVolObj 2026-02-06 20:40:31.864+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2d20 2026-02-06 20:40:31.864+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2d20 2026-02-06 20:40:31.864+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2d20 2026-02-06 20:40:31.864+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2d20 2026-02-06 20:40:31.884+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-61 (capacity: 137438953472 allocation: 137438953472 obj_size: 4194304 num_objs: 32768) 2026-02-06 20:40:31.885+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2c60 classname=virStorageVolObj 2026-02-06 20:40:31.885+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2c60 2026-02-06 20:40:31.885+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2c60 2026-02-06 20:40:31.885+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2c60 2026-02-06 20:40:31.885+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2c60 2026-02-06 20:40:31.908+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-62 (capacity: 34359738368 allocation: 34359738368 obj_size: 4194304 num_objs: 8192) 2026-02-06 20:40:31.909+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52281110 classname=virStorageVolObj 2026-02-06 20:40:31.909+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281110 2026-02-06 20:40:31.909+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281110 2026-02-06 20:40:31.909+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281110 2026-02-06 20:40:31.909+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281110 2026-02-06 20:40:31.931+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-64 (capacity: 68719476736 allocation: 68719476736 obj_size: 4194304 num_objs: 16384) 2026-02-06 20:40:31.932+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e522811d0 classname=virStorageVolObj 2026-02-06 20:40:31.932+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522811d0 2026-02-06 20:40:31.932+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522811d0 2026-02-06 20:40:31.932+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522811d0 2026-02-06 20:40:31.932+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522811d0 2026-02-06 20:40:31.951+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-7 (capacity: 8589934592 allocation: 8589934592 obj_size: 4194304 num_objs: 2048) 2026-02-06 20:40:31.953+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52281170 classname=virStorageVolObj 2026-02-06 20:40:31.953+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281170 2026-02-06 20:40:31.953+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281170 2026-02-06 20:40:31.953+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281170 2026-02-06 20:40:31.953+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281170 2026-02-06 20:40:31.975+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/one-8 (capacity: 85899345920 allocation: 85899345920 obj_size: 4194304 num_objs: 20480) 2026-02-06 20:40:31.976+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea3750 classname=virStorageVolObj 2026-02-06 20:40:31.976+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3750 2026-02-06 20:40:31.976+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3750 2026-02-06 20:40:31.976+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3750 2026-02-06 20:40:31.976+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3750 2026-02-06 20:40:32.000+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/shares-vda (capacity: 21474836480 allocation: 21474836480 obj_size: 4194304 num_objs: 5120) 2026-02-06 20:40:32.001+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51d76860 classname=virStorageVolObj 2026-02-06 20:40:32.001+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51d76860 2026-02-06 20:40:32.001+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51d76860 2026-02-06 20:40:32.001+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51d76860 2026-02-06 20:40:32.001+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51d76860 2026-02-06 20:40:32.023+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/shares-vdb (capacity: 85899345920 allocation: 85899345920 obj_size: 4194304 num_objs: 20480) 2026-02-06 20:40:32.024+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e522c7ba0 classname=virStorageVolObj 2026-02-06 20:40:32.024+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522c7ba0 2026-02-06 20:40:32.024+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522c7ba0 2026-02-06 20:40:32.024+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522c7ba0 2026-02-06 20:40:32.024+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522c7ba0 2026-02-06 20:40:32.050+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/sjl-blog-vda (capacity: 17179869184 allocation: 17179869184 obj_size: 4194304 num_objs: 4096) 2026-02-06 20:40:32.051+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2900 classname=virStorageVolObj 2026-02-06 20:40:32.051+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2900 2026-02-06 20:40:32.051+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2900 2026-02-06 20:40:32.051+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2900 2026-02-06 20:40:32.051+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2900 2026-02-06 20:40:32.075+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/sjl-blog-vdb (capacity: 8589934592 allocation: 8589934592 obj_size: 4194304 num_objs: 2048) 2026-02-06 20:40:32.076+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2b40 classname=virStorageVolObj 2026-02-06 20:40:32.076+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2b40 2026-02-06 20:40:32.076+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2b40 2026-02-06 20:40:32.076+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2b40 2026-02-06 20:40:32.076+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2b40 2026-02-06 20:40:32.101+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/sjl-blog-vdd (capacity: 17179869184 allocation: 17179869184 obj_size: 4194304 num_objs: 4096) 2026-02-06 20:40:32.103+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea30f0 classname=virStorageVolObj 2026-02-06 20:40:32.103+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea30f0 2026-02-06 20:40:32.103+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea30f0 2026-02-06 20:40:32.103+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea30f0 2026-02-06 20:40:32.103+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea30f0 2026-02-06 20:40:32.124+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/sjl-router-obsd75-vda (capacity: 34359738368 allocation: 34359738368 obj_size: 4194304 num_objs: 8192) 2026-02-06 20:40:32.126+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea2e40 classname=virStorageVolObj 2026-02-06 20:40:32.126+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2e40 2026-02-06 20:40:32.126+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2e40 2026-02-06 20:40:32.126+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea2e40 2026-02-06 20:40:32.126+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2e40 2026-02-06 20:40:32.148+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/sjl-router-obsd76-vda (capacity: 34359738368 allocation: 34359738368 obj_size: 4194304 num_objs: 8192) 2026-02-06 20:40:32.150+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e522816b0 classname=virStorageVolObj 2026-02-06 20:40:32.150+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522816b0 2026-02-06 20:40:32.150+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522816b0 2026-02-06 20:40:32.150+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522816b0 2026-02-06 20:40:32.150+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522816b0 2026-02-06 20:40:32.169+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/tablet-sdcard (capacity: 256087425024 allocation: 256087425024 obj_size: 4194304 num_objs: 61056) 2026-02-06 20:40:32.170+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e522814d0 classname=virStorageVolObj 2026-02-06 20:40:32.171+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522814d0 2026-02-06 20:40:32.171+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522814d0 2026-02-06 20:40:32.171+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e522814d0 2026-02-06 20:40:32.171+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522814d0 2026-02-06 20:40:32.196+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/wicen-oc-vda (capacity: 42949672960 allocation: 42949672960 obj_size: 4194304 num_objs: 10240) 2026-02-06 20:40:32.197+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e52281230 classname=virStorageVolObj 2026-02-06 20:40:32.197+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281230 2026-02-06 20:40:32.197+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281230 2026-02-06 20:40:32.197+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e52281230 2026-02-06 20:40:32.198+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281230 2026-02-06 20:40:32.216+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/wsmail-vda (capacity: 17179869184 allocation: 17179869184 obj_size: 4194304 num_objs: 4096) 2026-02-06 20:40:32.217+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea3150 classname=virStorageVolObj 2026-02-06 20:40:32.217+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3150 2026-02-06 20:40:32.217+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3150 2026-02-06 20:40:32.217+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea3150 2026-02-06 20:40:32.217+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3150 2026-02-06 20:40:32.238+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/wsmail-vdb (capacity: 21474836480 allocation: 21474836480 obj_size: 4194304 num_objs: 5120) 2026-02-06 20:40:32.239+0000: 3592: info : virObjectNew:256 : OBJECT_NEW: obj=0x7f0e51ea31b0 classname=virStorageVolObj 2026-02-06 20:40:32.239+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea31b0 2026-02-06 20:40:32.239+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea31b0 2026-02-06 20:40:32.239+0000: 3592: info : virObjectRef:400 : OBJECT_REF: obj=0x7f0e51ea31b0 2026-02-06 20:40:32.239+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea31b0 2026-02-06 20:40:32.261+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/sjl-router-obsd76-vda (capacity: 34359738368 allocation: 34359738368 obj_size: 4194304 num_objs: 8192) 2026-02-06 20:40:32.263+0000: 3592: debug : virStorageBackendRBDCloseRADOSConn:369 : Closing RADOS IoCTX 2026-02-06 20:40:32.263+0000: 3592: debug : virStorageBackendRBDCloseRADOSConn:374 : Closing RADOS connection 2026-02-06 20:40:32.267+0000: 3592: debug : virStorageBackendRBDCloseRADOSConn:378 : RADOS connection existed for 2 seconds 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0780 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281230 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52280f90 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281710 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2a20 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0d80 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2d80 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3690 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2c00 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281170 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e5227d670 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2ae0 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522811d0 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3090 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea35d0 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522816b0 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51d76800 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3510 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522b9fa0 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea30f0 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52280ff0 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3150 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2900 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea33f0 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281110 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3750 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3630 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2cc0 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2a80 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281530 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2d20 2026-02-06 20:40:32.267+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281290 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2fd0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522c7ba0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522810b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3450 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea31b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2b40 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3030 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2c60 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2e40 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281050 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea29c0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3390 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2f00 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0e40 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281470 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea34b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2840 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522812f0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea27e0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea28a0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0de0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522814d0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51d76860 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3630 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52280f90 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3090 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3510 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281530 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2e40 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522c7ba0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea34b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281110 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea29c0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2c00 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52280ff0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522811d0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2840 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2900 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522816b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522814d0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281170 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2d80 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51d76800 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3030 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea31b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3150 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3690 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2cc0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281230 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2fd0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522812f0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2a80 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea27e0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281710 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea33f0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281050 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3450 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0d80 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3390 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0de0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0780 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281290 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2ae0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e5227d670 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2d20 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2a20 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0e40 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522b9fa0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3750 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51d76860 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea35d0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522810b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2b40 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2c60 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2f00 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281470 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea28a0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea30f0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51cb0780 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0780 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52281230 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281230 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52280f90 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52280f90 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52281710 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281710 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2a20 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2a20 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51cb0d80 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0d80 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2d80 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2d80 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea3690 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3690 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2c00 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2c00 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52281170 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281170 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e5227d670 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e5227d670 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2ae0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2ae0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e522811d0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522811d0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea3090 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3090 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea35d0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea35d0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e522816b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522816b0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51d76800 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51d76800 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea3510 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3510 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e522b9fa0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522b9fa0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea30f0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea30f0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52280ff0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52280ff0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea3150 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3150 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2900 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2900 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea33f0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea33f0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52281110 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281110 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea3750 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3750 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea3630 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3630 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2cc0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2cc0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2a80 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2a80 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52281530 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281530 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2d20 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2d20 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52281290 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281290 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2fd0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2fd0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e522c7ba0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522c7ba0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e522810b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522810b0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea3450 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3450 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea31b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea31b0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2b40 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2b40 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea3030 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3030 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2c60 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2c60 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2e40 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2e40 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52281050 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281050 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea29c0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea29c0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea3390 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea3390 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2f00 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2f00 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51cb0e40 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0e40 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e52281470 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e52281470 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea34b0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea34b0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea2840 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea2840 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e522812f0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522812f0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea27e0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea27e0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51ea28a0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51ea28a0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51cb0de0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51cb0de0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e522814d0 2026-02-06 20:40:32.268+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e522814d0 2026-02-06 20:40:32.268+0000: 3592: info : vir_object_finalize:319 : OBJECT_DISPOSE: obj=0x7f0e51d76860 2026-02-06 20:40:32.269+0000: 3592: info : virObjectUnref:378 : OBJECT_UNREF: obj=0x7f0e51d76860 2026-02-06 20:40:32.269+0000: 3592: error : storageDriverAutostartCallback:213 : internal error: Failed to autostart storage pool 'opennebula-images': no error Best I can see from that, it was *successfully* listing the RBD entries in the storage pool, then it gives up and declares it a failure with "no error". -- Stuart Longland (aka Redhatter, VK4MSL) I haven't lost my mind... ...it's backed up on a tape somewhere.
On 2/15/26 23:57, Stuart Longland VK4MSL via Users wrote:
Hi Ján, apologies for the delay. Things got side-tracked my end.
On 9/2/26 17:15, Ján Tomko wrote:
To narrow it down, you can tell libvirt to write debug logs and share the part around starting the pool: https://libvirt.org/kbase/debuglogs.html
At a quick glance, I have not found any obvious place with a missing error message.
I ran:
virt-admin -c virtlogd:///system daemon-log-outputs "3:stderr 1:file:/ tmp/libvirtd-debug.log" virt-admin -c virtlogd:///system daemon-log-filters "1:storage" virt-admin -c virtlogd:///system daemon-timeout --timeout 0
and got back a 1.8GB log file in the space of 11 minutes.
The bit that seems to be relevant is this bit.
Indeed it is.
2026-02-06 20:40:30.941+0000: 3592: debug : virStorageBackendRBDRefreshPool:694 : Utilization of RBD pool one: (kb: 15628107776 kb_avail: 6502515640 num_bytes: 7893209706150)
<snip/>
2026-02-06 20:40:32.148+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/sjl-router-obsd76-vda (capacity: 34359738368 allocation: 34359738368 obj_size: 4194304 num_objs: 8192)
<snip/>
2026-02-06 20:40:32.261+0000: 3592: debug : volStorageBackendRBDRefreshVolInfo:570 : Refreshed RBD image one/sjl-router-obsd76-vda (capacity: 34359738368 allocation: 34359738368 obj_size: 4194304 num_objs: 8192)
For some reason, this volume is examined twice. And that makes virStoragePoolObjAddVol() fail (as we don't allow two volumes with the same name in one pool) which in turn makes virStorageBackendRBDRefreshPool() and subsequently pool start fail. I'll post o patch that adds appropriate error message. BUT, it will only make libvirt report an error. What we need to debug is, why libvirt got the same image twice.
Best I can see from that, it was *successfully* listing the RBD entries in the storage pool, then it gives up and declares it a failure with "no error".
And you were right :-) Michal
participants (4)
-
Ján Tomko -
me@vk4msl.com -
Michal Prívozník -
Stuart Longland VK4MSL