[Pulp-list] pulp-2to3-migration Only one migration plan can run or be reset at a time

Ben Stanley ben.stanley at gmail.com
Tue May 18 02:46:53 UTC 2021


Hello pulp-list,

I'm trying to migrate my rpm repositories.

I have learned that there are 3 steps:

 1. Create a migration plan
 2. Reset the migration plan
 3. Run the migration plan

Unfortunately I'm getting an error.

[root at honeybee ~]# pulp migration plan create --plan='{"plugins": 
[{"type": "rpm"}]}'
{
   "pulp_href": 
"/pulp/api/v3/migration-plans/eeb9ad6e-ef60-4d17-b238-a7bf79e752e1/",
   "pulp_created": "2021-05-17T07:10:43.299967Z",
   "plan": {
     "plugins": [
       {
         "type": "rpm"
       }
     ]
   }
}

[root at honeybee ~]# pulp migration plan reset --href 
"/pulp/api/v3/migration-plans/eeb9ad6e-ef60-4d17-b238-a7bf79e752e1/"
Error: ["Only one migration plan can run or be reset at a time"]
[root at honeybee ~]#

How can I find out what migration plan is running/resetting and what 
it's status is? And perhaps also how to kill it?

Thanks,
Ben Stanley


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pulp-list/attachments/20210518/a6b97d57/attachment.htm>


More information about the Pulp-list mailing list