cea-hpc / shine

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

nid_map does not support nodeset with multiple ranges #108

Closed degremont closed 7 years ago

degremont commented 12 years ago

If a nid_map declaration has multiples ranges in it, shine misunderstood it and complains "Range size mismatched".

nid_map: nodes=toto[1-50],titi[1-2] nids=toto[1-50]@tcp,titi[1-2]@tcp

Here, we have 4 ranges, with 2 different sizes: 50 and 2. But this is normal.

Reported by: degremont

degremont commented 12 years ago
        status
            changed from new to closed

        resolution
            set to fixed

Fix in SVN commit r366.

Original comment by: degremont