如何处理使用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,而是使用的python
的api