cea-hpc / shine

Lustre administration tool
GNU General Public License v2.0
22 stars 9 forks source link

shine install should also install fs config file on ha_nodes #72

Closed degremont closed 7 years ago

degremont commented 14 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.

=== Workaround ===

shine install -m /etc/shine/models/FSNAME.lmf

scp /var/cache/shine/conf/.xmf nova3:/var/cache/shine/conf/

Reported by: thiell

degremont commented 14 years ago
        status
            changed from new to closed

        resolution
            set to fixed

Fix in SVN commit r288

Original comment by: degremont