ceph 数据清除
lsblk -fyum install gdisk# Zap the disk to a fresh, usable state (zap-all is important, b/c MBR has to be clean)# You will have to run this step for all disks.sgdisk --zap-all /dev/sda# Clean hdds with dddd if=/dev/zero of=/dev/sda bs=1M count=10




