Hide Forgot
Created attachment 836376 [details] rsdl from rhsc-cb11 Description of problem: replica_count field not present in rsdl definitions for migrate Version-Release number of selected component (if applicable): rhsc-cb11 How reproducible: Steps to Reproduce: 1. go to http://<hostname>/api?rsdl 2. locate the link element with the attribute href="/api/clusters/{cluster:id}/glustervolumes/{glustervolume:id}/bricks/migrate" field no present in rsdl definitions for migrate and delete" Actual results: element does not describe the replica_count parameter Expected results: link element should describe the parameter replica_count Additional info:
clarifying steps in comment#0: Steps to Reproduce: 1. go to http://<hostname>/api?rsdl 2. locate the link element with the attribute href="/api/clusters/{cluster:id}/glustervolumes/{glustervolume:id}/bricks/migrate"
This is not a bug. Because reducing replica count is not a migration but normal DELETE action. Migration is meant for distribute type only.