<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HCI cluster (Ceph) VMs start on multiple hosts simultaneously in HPE Morpheus VM Essentials Software</title>
    <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7239014#M155</link>
    <description>&lt;P&gt;Additional information in mvm-hb when running simultaneously.&lt;/P&gt;&lt;P&gt;I'm guessing that the clue to finding the cause lies not in ceph but in the VME, which determines which host to start on, but I have no idea.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;# ls -l /var/morpheus/kvm/images/mvm-hb/vme-ceph2&lt;BR /&gt;total 19&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 9306 Mar 24 21:22 ceph-rocky1.xml&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 8597 Mar 24 21:30 ceph-ubuntu.xml&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 283 Mar 24 21:34 hb.properties&lt;BR /&gt;root@vme-ceph1:~# ls -l /var/morpheus/kvm/images/mvm-hb/vme-ceph3&lt;BR /&gt;total 10&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 8932 Mar 24 21:33 ceph-ubuntu.xml&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 254 Mar 24 21:34 hb.properties&lt;BR /&gt;#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Mon, 24 Mar 2025 12:37:41 GMT</pubDate>
    <dc:creator>dya</dc:creator>
    <dc:date>2025-03-24T12:37:41Z</dc:date>
    <item>
      <title>HCI cluster (Ceph) VMs start on multiple hosts simultaneously</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7238906#M144</link>
      <description>&lt;P&gt;I have confirmed that a VM starts on multiple hosts at the same time.&lt;/P&gt;&lt;P&gt;This seems like a problem, but is it a glitch?&lt;/P&gt;&lt;P&gt;I'm not sure if this always happens, but I have confirmed it in the following cases.&lt;/P&gt;&lt;P&gt;-After putting the host into maintenance mode and migrating the guest to another host,&lt;BR /&gt;and rebooting the host.&lt;/P&gt;&lt;P&gt;-After causing a kernel panic on the host to test HA,&lt;BR /&gt;after confirming that the guest has started on the other host and booting the host that caused the kernel panic.&lt;/P&gt;&lt;P&gt;I think I'm using RBD, but I'm worried that the file system will be destroyed if the VM's file system is not a cluster-compatible file system.&lt;/P&gt;&lt;P&gt;*I apologize if this is hard to understand as it is machine translated.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 00:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7238906#M144</guid>
      <dc:creator>dya</dc:creator>
      <dc:date>2025-03-22T00:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: HCI cluster (Ceph) VMs start on multiple hosts simultaneously</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7238907#M145</link>
      <description>I haven’t seen this behavior, but can you please the following?&lt;BR /&gt;- What VM Essentials version are you using?&lt;BR /&gt;- Did you configure Ceph when deploying the cluster from the manager?&lt;BR /&gt;- How is you network configured? Are your management and storage ports bonded?</description>
      <pubDate>Sat, 22 Mar 2025 00:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7238907#M145</guid>
      <dc:creator>DiegoDelgado</dc:creator>
      <dc:date>2025-03-22T00:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: HCI cluster (Ceph) VMs start on multiple hosts simultaneously</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7238908#M146</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;- The version is "8.0.3".&lt;BR /&gt;- When creating the cluster, I selected "HPE VM 1.1 HCI Ceph Cluster on Existing Ubuntu 22.04" in the layout.&lt;BR /&gt;- When creating the cluster, I only entered "Management Net Interface" for the network, and did not enter "Storage Net Interface", "Compute Net Interface", or "Overlay Net Interface".&lt;BR /&gt;- When checking /etc/ceph/ceph.conf, the cluster network and public network are the same.&lt;BR /&gt;- cluster network = xxx.xxx.xxx.xxx/24&lt;BR /&gt;- public network = xxx.xxx.xxx.xxx/24&lt;BR /&gt;- After creating the cluster, I manually created an OVS bridge for the VM, which looks like this:&lt;BR /&gt;# ovs-vsctl show&lt;BR /&gt;19c43c1b-c751-4d2e-9e4f-957667fdfce1&lt;BR /&gt;Bridge mgmt&lt;BR /&gt;fail_mode: standalone&lt;BR /&gt;Port enp1s0&lt;BR /&gt;Interface enp1s0&lt;BR /&gt;Port mgmt&lt;BR /&gt;Interface mgmt&lt;BR /&gt;type: internal&lt;BR /&gt;Bridge br-vm&lt;BR /&gt;Port br-vm&lt;BR /&gt;Interface br-vm&lt;BR /&gt;type: internal&lt;BR /&gt;Port vnet3&lt;BR /&gt;Interface vnet3&lt;BR /&gt;Port enp8s0&lt;BR /&gt;Interface enp8s0&lt;BR /&gt;ovs_version: "2.17.9"&lt;BR /&gt;#&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 01:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7238908#M146</guid>
      <dc:creator>dya</dc:creator>
      <dc:date>2025-03-22T01:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: HCI cluster (Ceph) VMs start on multiple hosts simultaneously</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7238918#M151</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;-After causing a kernel panic on the host to test HA,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;after confirming that the guest has started on the other host and booting the host that caused the kernel panic.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The above case occurred again.&lt;/P&gt;&lt;P&gt;After checking the same VM on multiple hosts with virsh list, I ran the following command.&lt;/P&gt;&lt;P&gt;# rbd status hpevm_1-disk-0 -p mvm-volumes&lt;/P&gt;&lt;P&gt;Watchers:&lt;/P&gt;&lt;P&gt;watcher=xxx.xxx.xxx.133:0/684952890 client.2474309 cookie=129397164085856&lt;/P&gt;&lt;P&gt;watcher=xxx.xxx.xxx.132:0/2851887314 client.2475676 cookie=133929696760976&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;A cluster with three nodes: xxx.xxx.xxx.131, xxx.xxx.xxx.132, and xxx.xxx.xxx.133. In the test, it was xxx.xxx.xxx.131 that caused the kernel panic.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Mar 2025 12:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7238918#M151</guid>
      <dc:creator>dya</dc:creator>
      <dc:date>2025-03-22T12:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: HCI cluster (Ceph) VMs start on multiple hosts simultaneously</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7239014#M155</link>
      <description>&lt;P&gt;Additional information in mvm-hb when running simultaneously.&lt;/P&gt;&lt;P&gt;I'm guessing that the clue to finding the cause lies not in ceph but in the VME, which determines which host to start on, but I have no idea.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;# ls -l /var/morpheus/kvm/images/mvm-hb/vme-ceph2&lt;BR /&gt;total 19&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 9306 Mar 24 21:22 ceph-rocky1.xml&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 8597 Mar 24 21:30 ceph-ubuntu.xml&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 283 Mar 24 21:34 hb.properties&lt;BR /&gt;root@vme-ceph1:~# ls -l /var/morpheus/kvm/images/mvm-hb/vme-ceph3&lt;BR /&gt;total 10&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 8932 Mar 24 21:33 ceph-ubuntu.xml&lt;BR /&gt;-rwxrwxr-- 1 morpheus-node morpheus-node 254 Mar 24 21:34 hb.properties&lt;BR /&gt;#&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 24 Mar 2025 12:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7239014#M155</guid>
      <dc:creator>dya</dc:creator>
      <dc:date>2025-03-24T12:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: HCI cluster (Ceph) VMs start on multiple hosts simultaneously</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7239140#M156</link>
      <description>&lt;P&gt;## Different account, but same person as the questioner&lt;/P&gt;&lt;P&gt;Additional information when mvm-hb is running simultaneously.&lt;/P&gt;&lt;P&gt;・virsh list&lt;BR /&gt;→ The same VM is running on two hosts.&lt;/P&gt;&lt;P&gt;・ls -l /var/morpheus/kvm/images/mvm-hb/vme-cephx&lt;BR /&gt;→ The xml file of the target VM is in the directory of the host that is running in virsh list.&lt;/P&gt;&lt;P&gt;・rbd status mvm-volumes/&amp;lt;image&amp;gt;&lt;BR /&gt;→ Same as what I reported before, but it is being accessed from two clients.&lt;/P&gt;&lt;P&gt;・rbd lock list mvm-volumes/&amp;lt;image&amp;gt;&lt;BR /&gt;→ New confirmation. The client that has acquired the "exclusive lock" changes every few seconds. I'm looking at "Address", and the addresses of the two hosts that are running at the same time are displayed alternately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 05:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7239140#M156</guid>
      <dc:creator>YA1007</dc:creator>
      <dc:date>2025-03-26T05:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: HCI cluster (Ceph) VMs start on multiple hosts simultaneously</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7239149#M159</link>
      <description>&lt;P&gt;I have a Ceph cluster with 3 hosts, and this issue seems to occur in the following cases.&lt;/P&gt;&lt;P&gt;1) After rebooting the OS after one machine has been in a failed state for several minutes during an HA test&lt;/P&gt;&lt;P&gt;2) When one machine has been stopped for several minutes&lt;/P&gt;&lt;P&gt;I don't know the details yet, but in both cases, the Ceph cluster with 3 hosts is operating with only 2 machines, which is the bare minimum required to maintain a majority.&lt;/P&gt;&lt;P&gt;The reproducibility is quite high. I would like to know if this is a bug or if it can be solved by changing the settings.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 07:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7239149#M159</guid>
      <dc:creator>YA1007</dc:creator>
      <dc:date>2025-03-26T07:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: HCI cluster (Ceph) VMs start on multiple hosts simultaneously</title>
      <link>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7239408#M167</link>
      <description>&lt;P&gt;Do you understand this?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2025 21:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-morpheus-vm-essentials/hci-cluster-ceph-vms-start-on-multiple-hosts-simultaneously/m-p/7239408#M167</guid>
      <dc:creator>dya</dc:creator>
      <dc:date>2025-03-29T21:32:40Z</dc:date>
    </item>
  </channel>
</rss>

