如何处理使用rados --striper上传失败的对象?

`Remove striped objects from a ceph pool without using the striper library`

当我们使用如下命令上传文件到ceph池的时候,如果中间被打断,就会只上传了部分文件

rados --striper -p testpool -n client.admin put file100mb.dd file100mb.dd 

这个时候如何处理?

一个解决方法是 ceph_stripe_fixer

它没有使用striper library,而是使用的pythonapi

相关文章:

  • 2021-05-17
  • 2022-01-07
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2021-04-22
  • 2022-12-23
猜你喜欢
  • 2021-10-06
  • 2022-12-23
  • 2022-01-21
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案