blob: 1d15bf4642aff9e10f20aed7bf38e419af1b12a1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$ osdmaptool --createsimple 3 myosdmap --with-default-pool
osdmaptool: osdmap file 'myosdmap'
osdmaptool: writing epoch 1 to myosdmap
$ osdmaptool --export-crush oc myosdmap
osdmaptool: osdmap file 'myosdmap'
osdmaptool: exported crush map to oc
$ osdmaptool --import-crush oc myosdmap
osdmaptool: osdmap file 'myosdmap'
osdmaptool: imported 497 byte crush map from oc
osdmaptool: writing epoch 3 to myosdmap
|