<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello pulp-list,</p>
    <p>I'm trying to migrate my rpm repositories.</p>
    <p>I have learned that there are 3 steps:</p>
    <ol>
      <li>Create a migration plan</li>
      <li>Reset the migration plan</li>
      <li>Run the migration plan</li>
    </ol>
    <p>Unfortunately I'm getting an error.<br>
    </p>
    <p>[root@honeybee ~]# pulp migration plan create --plan='{"plugins":
      [{"type": "rpm"}]}'<br>
      {<br>
        "pulp_href":
      "/pulp/api/v3/migration-plans/eeb9ad6e-ef60-4d17-b238-a7bf79e752e1/",<br>
        "pulp_created": "2021-05-17T07:10:43.299967Z",<br>
        "plan": {<br>
          "plugins": [<br>
            {<br>
              "type": "rpm"<br>
            }<br>
          ]<br>
        }<br>
      }<br>
      <br>
      [root@honeybee ~]# pulp migration plan reset --href
      "/pulp/api/v3/migration-plans/eeb9ad6e-ef60-4d17-b238-a7bf79e752e1/"<br>
      Error: ["Only one migration plan can run or be reset at a time"]<br>
      [root@honeybee ~]# <br>
    </p>
    <p>How can I find out what migration plan is running/resetting and
      what it's status is? And perhaps also how to kill it?</p>
    <p>Thanks,<br>
      Ben Stanley</p>
    <p><br>
    </p>
  </body>
</html>