go-ceph icon indicating copy to clipboard operation
go-ceph copied to clipboard

rbd/admin: add support for `ceph rbd migration` api

Open Rakshith-R opened this issue 3 years ago • 0 comments

the ceph cli tools supports commands like:

ceph rbd migration prepare/execute/commit/abort

These can be done via the "json command" api for the mgr. We can support that functionality in rbd/admin.

Refer https://docs.ceph.com/en/latest/rbd/rbd-live-migration/?highlight=migration

Adding above apis should also enable us to add corresponding task apis

  • rbd task migration [abort|commit|execute] continuing from #516

Rakshith-R avatar Sep 29 '21 05:09 Rakshith-R