- Community Home
- >
- Software
- >
- HPE VM Essentials
- >
- Re: HCI cluster (Ceph)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 03:55 PM
03-19-2025 03:55 PM
HCI cluster (Ceph)
I don't know when, but sometimes the virtual machine definition file (xml) disappears.
Are there any restrictions?
The things I checked and the results are as follows:
・virsh list --all
→The corresponding virtual machine is not displayed
・ls -l /etc/libvirt/qemu
→There is no xml file for the corresponding virtual machine
・rbd ls -lp mvm-volumes
→There is an RDB image for the corresponding virtual machine
※I apologize if it is difficult to understand because it is machine translated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 05:24 AM
03-28-2025 05:24 AM
Re: HCI cluster (Ceph)
@dya ktag orgwrote:I don't know when, but sometimes the virtual machine definition file (xml) disappears.
Are there any restrictions?
The things I checked and the results are as follows:
・virsh list --all
→The corresponding virtual machine is not displayed
・ls -l /etc/libvirt/qemu
→There is no xml file for the corresponding virtual machine
・rbd ls -lp mvm-volumes
→There is an RDB image for the corresponding virtual machine※I apologize if it is difficult to understand because it is machine translated.
The disappearance of VM XML definition files in `/etc/libvirt/qemu` is likely due to external management tools/scripts, accidental manual deletion, or less commonly, software bugs or file system issues, despite the RBD image existing. Investigate system logs, user activity, and any automation tools used for VM management. Implement regular backups of the `/etc/libvirt/qemu` directory and consider enabling audit logging. Recovery involves restoring the XML from backup or manually creating a new one using `virsh define`.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 10:18 AM
03-28-2025 10:18 AM
Re: HCI cluster (Ceph)
So it seems like you at least have a ceph cluster up and running I wish I could get my test environment that far. Getting frustrated with the poor documentation around this stuff.