• Unable to add cpu topology after removal from xml


    1812
    • Closed

     After removing cpu topology from xml and saving, user is unable to add it back. Problem existed in 6.5 (possibly before but did not test in 6.4, worked as expected in 6.2.4.) Persists in 6.5.1rc2

     

    Reproduce-able: yes

     

    Create vm and save

    Edit vm xml and remove topology

    save

    edit vm adding in topology

    save

    edit vm - topology missing




    User Feedback

    Recommended Comments

    After you remove the topology, save, then go back to add in topology, what does that cpu/topology block of XML that you typed in look like?

    Link to comment

    so as a walk through, i think i figured out what is happening:

     

    this is a newly created linux vm, 4 threads, auto created topology

     

    Quote

      </features>
      <cpu mode='host-passthrough' check='none'>
        <topology sockets='1' cores='2' threads='2'/>
      </cpu>

     

     

    removed and saved

     

    Quote

    </features>
      <cpu mode='host-passthrough' check='none'>
      </cpu>

     

     

    reopened edit (now </cpu> missing and check is now changed to "'none'/>)

    Quote

     </features>
      <cpu mode='host-passthrough' check='none'/>
      <clock offset='utc'>

     

     

     

    so to fix you have to have the original xml to modify the original

     

    Quote

    </features>
      <cpu mode='host-passthrough' check='none'>
        <topology sockets='1' cores='2' threads='2'/>
      </cpu>

     

     

    changing to annoyance....

     

    Link to comment


    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Restore formatting

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Status Definitions

     

    Open = Under consideration.

     

    Solved = The issue has been resolved.

     

    Solved version = The issue has been resolved in the indicated release version.

     

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

    Retest = Please retest in latest release.


    Priority Definitions

     

    Minor = Something not working correctly.

     

    Urgent = Server crash, data loss, or other showstopper.

     

    Annoyance = Doesn't affect functionality but should be fixed.

     

    Other = Announcement or other non-issue.