XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. panzersrmm
    3. Best
    P
    Online
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: "Block migraton" option on the VM´s Advanced tab

      @andriy.sultanov said in "Block migraton" option on the VM´s Advanced tab:

      @panzersrmm

      @panzersrmm said in "Block migraton" option on the VM´s Advanced tab:

      Hi! Is there a VM parameter that saves this "Block migration" UI button?

      I wasn't able to identify which one it is with command:

      xe vm-param-list uuid=<VMuuid>
      

      Thank you!

      How do you mean? Is the XO option not persistent?

      XO sets these parameters:

      # xe vm-list uuid=$UUID params=blocked-operations
      blocked-operations (MRW)    : pool_migrate: true; migrate_send: true
      

      Which you can set like this yourself:

      # xe vm-param-set uuid=$UUID blocked-operations:migrate_send=true
      # xe vm-param-set uuid=$UUID blocked-operations:pool_migrate=true
      

      @andriy.sultanov Thank you for your answer! That's what I was looking for. I was looking directly at the VM parameters, with

      xe vm-param-list uuid=$UUID
      

      and I was directly searching for "blocked_migration". Now I know what to look for.

      @olivierlambert Thank you for pinging the appropriate team for the answer.

      posted in Management
      P
      panzersrmm