zap51 commented on issue #8211:
URL: https://github.com/apache/cloudstack/issues/8211#issuecomment-1805129386
@weizhouapache Thanks for the response.
The information is as follows:
```
# date
Fri Nov 10 05:27:42 UTC 2023
# journalctl -f -u libvirtd
-- Logs begin at Mon 2023-11-06 06:22:37 UTC. --
Nov 08 06:44:16 hv-01 libvirtd[9510]: failed to open the RBD image
'1d1077d6-20c1-4a47-9134-94ecee3cc5fe': No such file or directory
Nov 08 08:04:20 hv-01 libvirtd[9510]: Domain id=80 name='i-13716-10743-VM'
uuid=b7f4e563-c7f0-4e68-890b-d37521dd6396 is tainted: high-privileges
Nov 08 15:30:39 hv-01 libvirtd[9510]: failed to open the RBD image
'7104880a-a752-4afc-9cb5-3c3a4f5418f5': No such file or directory
Nov 09 08:58:19 hv-01 libvirtd[9510]: failed to open the RBD image
'c2f96307-e957-473c-9959-d728752e9d96': No such file or directory
Nov 09 12:09:47 hv-01 libvirtd[9510]: failed to open the RBD image
'099024bc-f798-4a84-801d-a0ee12bff6b0': No such file or directory
```
```
# virsh pool-list
Name State Autostart
------------------------------------------------------------
59fe6865-f6ad-451c-8a2e-7a0ce11df5f6 active no
c15508c7-5c2c-317f-aa2e-29f307771415 active no
```
```
# virsh pool-info c15508c7-5c2c-317f-aa2e-29f307771415
Name: c15508c7-5c2c-317f-aa2e-29f307771415
UUID: c15508c7-5c2c-317f-aa2e-29f307771415
State: running
Persistent: no
Autostart: no
Capacity: 1.25 PiB
Allocation: 489.52 TiB
Available: 787.36 TiB
```
I refreshed the pool using and it took like 20 to 30 seconds.
```
# virsh pool-refresh c15508c7-5c2c-317f-aa2e-29f307771415
Pool c15508c7-5c2c-317f-aa2e-29f307771415 refreshed
```
And after `# journalctl -f -u libvirtd`, the output is the same as the
first. I'll keep inspecting the logs to see if it reappears.
--
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]