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@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@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@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


_______________________________________________
Pulp-list mailing list
[email protected]
https://listman.redhat.com/mailman/listinfo/pulp-list

Reply via email to