ZeTopHat / suse-vagrant-labs

Vagrant labs for SUSE-based environments
MIT License
5 stars 3 forks source link

hana15 fulldeploy: sdb device persistence #46

Closed slsnow closed 1 year ago

slsnow commented 1 year ago

I tested fencing a node. When it came back up, the sbd device had switched from /dev/sdc to /dev/sdb, and the value in /etc/sysconfig/sbd is configured for SBD_DEVICE=/dev/sdc, requiring some manual configuration to fix.

It would be nice if during provisioning this was set by id to something more persistent.

ZeTopHat commented 1 year ago

Virtual machines don't really see change in disk names unless a device was removed or added. Were devices manually manipulated after the fact? I'm sure we can change things to use a persistent name, but it's never really been necessary.