Closed degremont closed 7 years ago
After having defined a target in a FS model file:
mdt: node=nova4 ha_node=nova3 dev=/dev/mapper/fs1mdt0 ...
the FS config file (xmf) should be installed on ha_node}}} (here nova3) also. This is not the case as of today when nova3 is not defined as a master {{{node for another target.
ha_node}}} (here nova3) also. This is not the case as of today when nova3 is not defined as a master {{{node
=== Workaround ===
Reported by: thiell
status changed from new to closed resolution set to fixed
Fix in SVN commit r288
Original comment by: degremont
After having defined a target in a FS model file:
the FS config file (xmf) should be installed on
ha_node}}} (here nova3) also. This is not the case as of today when nova3 is not defined as a master {{{node
for another target.=== Workaround ===
shine install -m /etc/shine/models/FSNAME.lmf
scp /var/cache/shine/conf/.xmf nova3:/var/cache/shine/conf/
Reported by: thiell