Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user slavkap added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled Hi all, KVMHAMonitor is initialized when the agent host is started (without knowing if HA is enabled/disabled). It is used either when Host HA is enabled to check the host. If

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled > @DaanHoogland now I am confused! Why is KVMHAMonitor rebooting hosts when the > host is unable to write a heartbeat file to any storage when any HA setting > is disabled in

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user adidiborg added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled @sbrueseke, We are also facing similar issue, but as per our logs ( on all KVM ) we are only seeing below log lines - ``` Feb 19 12:01:08 kvm-2 java[9465]: WARN

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled > @weizhouapache I would suggest to take another look into that and change it > default. In my opinion a host should not automatically reboot at all if no > settings are

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user GutoVeronezi added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled > afaik, this has 0 things to do with host HA, VM HA or anything else. This > scrip (kvmspheartbeat.sh) has been there for last 12 years (that I'm aware > of) - and it only

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled @sbrueseke , I beg to differ, when storage can not be reached all VMs will be running on read-only disks from there on in. This means the hosts is useless and VMs need to

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled > > > > > @DaanHoogland now I am confused! Why is KVMHAMonitor rebooting hosts > > > > > when the host is unable to write a heartbeat file to any storage when > > > > > any

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user sbrueseke added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled > > > > @DaanHoogland now I am confused! Why is KVMHAMonitor rebooting hosts > > > > when the host is unable to write a heartbeat file to any storage when > > > > any HA setting

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user sbrueseke added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled @weizhouapache I would suggest to take another look into that and change it default. In my opinion a host should not automatically reboot at all if no settings are configured.

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user andrijapanicsb added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled afaik, this has 0 things to do with host HA, VM HA or anything else. This scrip (kvmspheartbeat.sh) has been there for last 12 years (that I'm aware of) - and it only checks

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled > > > @DaanHoogland now I am confused! Why is KVMHAMonitor rebooting hosts when > > > the host is unable to write a heartbeat file to any storage when any HA > > > setting is

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user dseralathan added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled heartbeat[13962]: kvmheartbeat.sh will reboot system because it was unable to write the heartbeat to the storage. I received the same error when my Primary NFS Storage was in

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user sbrueseke added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled > > @DaanHoogland now I am confused! Why is KVMHAMonitor rebooting hosts when > > the host is unable to write a heartbeat file to any storage when any HA > > setting is disabled

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user sbrueseke added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled @DaanHoogland now I am confused! Why is KVMHAMonitor rebooting hosts when the host is unable to write a heartbeat file to any storage when any HA setting is disabled in the UI?

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user sbrueseke added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled > @sbrueseke are you addressing (designing/implementing a solution to) this bug? I'm not deep enough into the topic to suggest a solution. We noticed the bug because we were

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled Hey @sbrueseke , I finally got a chance to look at this again.If you are using NFS this is how it is supposed to work , I think. If you are using LinStor, see the merged PR

Re: [D] KVMHAMonitor getting initialized without host ha enabled [cloudstack]

2024-04-20 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: KVMHAMonitor getting initialized without host ha enabled @sbrueseke are you addressing (designing/implementing a solution to) this bug? GitHub link: https://github.com/apache/cloudstack/discussions/8953#discussioncomment-9174417