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

    panzersrmm

    @panzersrmm

    2
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    panzersrmm Unfollow Follow

    Best posts made by panzersrmm

    • 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

    Latest posts made by panzersrmm

    • RE: "ACLs" and "VM creator" options on the VM´s Advanced tab

      @Pilow said in "ACLs" and "VM creator" options on the VM´s Advanced tab:

      @panzersrmm I tried to snapshot and revert on a VM with Resource set + ACLs and they did not disappear... ?

      b316a971-e2cf-4843-9d05-a96b2299d12a-image.png

      @Pilow Yes, yours were kept because you didn't modify them manually.

      My test case was:

      1. Set ACLs + VM creator for a working VM
      2. Make a snapshot of this VM
      3. Change various VM advanced properties including ACLs + VM creator (simulate evolution of VM)
      4. Revert the VM to that snapshot state
      5. Check if the set properties were restored: all were restored except ACLs

      I was wrong about VM creator. That is indeed restored, but ACLs isn't.

      @olivierlambert Thank you for the explanation. I wasn't trying to judge, just to understand how it actually works.

      posted in Management
      P
      panzersrmm
    • RE: "ACLs" and "VM creator" options on the VM´s Advanced tab

      @olivierlambert said in "ACLs" and "VM creator" options on the VM´s Advanced tab:

      ACLs and VM creators are XO only objects, not stored in XAPI.

      Thank you for that. So ACLs and VM creators can't be restored, that's from design, correct?

      I've tried to create a snapshot of a VM that had these properties set and when I've reverted the VM to that snapshot, these properties were empty.

      posted in Management
      P
      panzersrmm
    • "ACLs" and "VM creator" options on the VM´s Advanced tab

      Hi, could I please ask how are these VM Advanced parameters saved in the background?

      I mean the same like this topic "Block migraton" option on the VM´s Advanced tab: what is the VM parameter that saves the inputs from XO UI?

      Maybe @andriy.sultanov could answer, the same as he did in the above mentioned topic.

      Thank you!

      posted in Management
      P
      panzersrmm
    • 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
    • RE: "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!

      posted in Management
      P
      panzersrmm