Rid commented on issue #10281:
URL: https://github.com/apache/cloudstack/issues/10281#issuecomment-2615839453

   That's part of the issue, there's no `/etc/keepalived/keepalived.conf` 
created.
   
   ```
   ○ keepalived.service - Keepalive Daemon (LVS and VRRP)
        Loaded: loaded (/lib/systemd/system/keepalived.service; enabled; 
preset: enabled)
        Active: inactive (dead)
     Condition: start condition failed at Mon 2025-01-27 12:03:01 UTC; 1h 55min 
ago
          Docs: man:keepalived(8)
                man:keepalived.conf(5)
                man:genhash(1)
                https://keepalived.org
   
   Jan 27 12:03:01 r-30-VM systemd[1]: keepalived.service - Keepalive Daemon 
(LVS and VRRP) was skipped because of an unmet condition check 
(ConditionFileNotEmpty=/etc/keepalived/keepalived.conf).
   ```
   
   There's no eth2:
   
   ```
   # ip a show
   1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
       link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
       inet 127.0.0.1/8 scope host lo
          valid_lft forever preferred_lft forever
   2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP 
group default qlen 1000
       link/ether 0e:00:a9:fe:17:8b brd ff:ff:ff:ff:ff:ff
       altname enp0s3
       altname ens3
       inet 169.254.23.139/16 brd 169.254.255.255 scope global eth0
          valid_lft forever preferred_lft forever
   3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default 
qlen 1000
       link/ether 1e:00:f7:00:ff:00 brd ff:ff:ff:ff:ff:ff
       altname enp0s8
       altname ens8
       inet x.x.x.x/27 brd x.x.x.x scope global eth1
          valid_lft forever preferred_lft forever
   ```
   


-- 
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]

Reply via email to