Ceph添加OSD报错

 

 

ceph-deploy disk zap node3-ceph /dev/nvme1n1

[node3-ceph][WARNIN]  stderr: wipefs: error: /dev/nvme1n1: probing initialization failed: Device or resource busy
[node3-ceph][WARNIN] --> failed to wipefs device, will try again to workaround probable race condition

 

遇到这种报错时,上这台机器,手动进行dd命令清空磁盘并重启

 

dd if=/dev/zero of=/dev/nvme1n1 bs=512K count=1

reboot

 

相关文章:

  • 2021-10-20
  • 2021-07-07
  • 2022-12-23
  • 2021-08-14
  • 2021-12-19
  • 2022-01-19
  • 2021-05-02
  • 2021-04-02
猜你喜欢
  • 2021-05-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2022-01-02
  • 2021-10-14
相关资源
相似解决方案