Logan V
Logan V
This can be accomplished easily once https://github.com/schweikert/fping/issues/158 is added ``` echo '500 alt_interface' >> /etc/iproute2/rt_tables ip route add default dev alt_interface table alt_interface ip rule add fwmark 500 lookup alt_interface...
I have the same "unparsable uuid" error when deploying new OSDs on 1.9.3. I've been deploying Rook clusters for years with: ``` storage: devicePathFilter: "^/dev/disk/by-partlabel/OSD[0-9]+" ``` The particular cluster I'm...
> @logan2211 Could you show me the operator log which indicates why OSD creation failed? ``` rook-ceph-osd-prepare-host-1-46fjf provision Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1/keyring rook-ceph-osd-prepare-host-1-46fjf provision Running command: /usr/bin/chown -R...
Nice change. The assemble as a task is probably better than running it as a handler because it facilitates dropping configuration parts into conf.d outside the scope of this role...
Rebased