]> git.proxmox.com Git - ceph.git/blame - ceph/src/test/cli/osdmaptool/crush.t
update sources to v12.1.0
[ceph.git] / ceph / src / test / cli / osdmaptool / crush.t
CommitLineData
7c673cae
FG
1 $ osdmaptool --createsimple 3 myosdmap
2 osdmaptool: osdmap file 'myosdmap'
3 osdmaptool: writing epoch 1 to myosdmap
4 $ osdmaptool --export-crush oc myosdmap
5 osdmaptool: osdmap file 'myosdmap'
6 osdmaptool: exported crush map to oc
7 $ osdmaptool --import-crush oc myosdmap
8 osdmaptool: osdmap file 'myosdmap'
31f18b77 9 osdmaptool: imported 489 byte crush map from oc
7c673cae 10 osdmaptool: writing epoch 3 to myosdmap