ceph-disk: modify the disk partition sequence of ceph-disk list
before the change, when you execute ceph-disk list, it will show in this order:
/dev/sda :
/dev/sda2 ceph journal, for /dev/sda1
/dev/sda1 ceph data, active, cluster ceph, osd.0, journal /dev/sda2
after the change, it will show in this order:
/dev/sda :
/dev/sda1 ceph data, active, cluster ceph, osd.0, journal /dev/sda2
/dev/sda2 ceph journal, for /dev/sda1