XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. wilsonqanda
    3. Posts
    W
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 4
    • Posts 52
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Auto power on delay seconds not set or change with Xen Orchestra

      @DustinB Totally in line with you but in the meantime since i figure this cli out too now i am totally ok with what i have currently and its not too pressing.

      posted in Management
      W
      wilsonqanda
    • RE: Auto power on delay seconds not set or change with Xen Orchestra

      @olivierlambert
      I think JanP is on point here. I just test it for auto power on and it works like a charm.

      To close the loop if your team use the toggle for Auto power on to show and hide a new added feature called "Auto power on delay (seconds)" on this gui this will satisfy many people trying to find the "Auto power on delay (seconds)" a new feature request. Many people have been getting confused with "Start delay (seconds)" for "Auto power on delay (seconds)". So adding this will be a huge delight and since this is an existing cli in xcp-ng hopefully its simple enough.

      // This will update delay to 30 sec
      xe vm-param-set other-config:auto_poweron_delay=30 uuid=<VM_UUID>
      // This will turn off the delay
      xe vm-param-set other-config:auto_poweron_delay= uuid=<VM_UUID>
      // This will leave delay ON but set time to 0 sec. Do NOTE that "0" set delay to 0 while a blank "" like above remove auto power on delay.
      xe vm-param-set other-config:auto_poweron_delay= uuid=<VM_UUID>
      

      38d3ff1c-a62e-401d-9912-5308b2c856f9-image.png
      I just expecting the "Auto power on delay (seconds)" to look like "Start delay (seconds)" gui wise but just under the "Auto power on" to make it obvious enough for people hopefully. Til this day never really understand the "Start delay (seconds)" lol 😛 even after using XCP-ng for testing for the last 2 years at least.

      Thanks all! Please like this if it helps anyone else 🙂 as it's a backup cli solution until the gui is hopefully updated with this feature.

      posted in Management
      W
      wilsonqanda
    • RE: Nvidia P40s with XCP-ng 8.3 for inference and light training

      @Vinylrider Lol i like this 🙂 getting stuff done customized haha! Great pictures.

      posted in Share your setup!
      W
      wilsonqanda
    • RE: Updating Xen Orchestra from '13f2afb0d' to '943ad781c' STATS empty

      @manilx Nice was about to ask this too lol. Glad someone point this out already 🙂

      posted in Xen Orchestra
      W
      wilsonqanda
    • RE: Minisforum MS-01 unstable and hangs running Xcp-ng 8.3

      @olivierlambert Wow really nice unit makes me want to jump on those lighter fanless unit as i have lots of those 1L unit that works perfectly but has a small fans that i can hear if i really focus. I just like fanless unit to avoid dust getting in lol. 🙂

      posted in Hardware
      W
      wilsonqanda
    • RE: Nvidia P40s with XCP-ng 8.3 for inference and light training

      @gskger Nice. I am curious too as there are some many opensource LLM available nowadays to test out.

      posted in Share your setup!
      W
      wilsonqanda
    • RE: XO cant Snapshot itself ?

      @julien-f Thanks a lot for this update!

      posted in Xen Orchestra
      W
      wilsonqanda
    • RE: XO cant Snapshot itself ?

      @julien-f Thanks a lot Julien. So this going to be implemented in next release?

      So when I run [NOSNAP] it will ignore these VDI with [NOSNAP] at the beginning of the name but just wondering when loading from the snapshot those [NOSNAP] vdi won't be loaded so i just have to add them in to the disk tab so it can be boot back up like normal correct? This is the default case currently when running snippet below.

      xe vm-snapshot new-name-label="newname_YYYY-MM-DDTHH:MM:SS.sssZ" uuid=vmUUID ignore-vdi-uuids=uuid1
      
      posted in Xen Orchestra
      W
      wilsonqanda
    • RE: XO cant Snapshot itself ?

      @Gheppy Wow great illustration 🙂 i think this is perfect but only if it is feasible to implement it now...

      FYI as a side note I notice that when I do ignore-vdi-uuids=uuid1,uuid2,uuid3 I notice that when I reload snapshots of the VM the ignore vdi(s) disappear in the Disks section. Which makes logical sense as those ignore-vdi-uuids are not part off the list that are snapshotted. But it's a bit of an inconvenient to add VDI back in as those vdi should still be part of the disk just not part of the snapshots. But otherwise it works great.

      To snapshot do the following to ignore certain vdi(s):

      xe vm-snapshot new-name-label="newname_YYYY-MM-DDTHH:MM:SS.sssZ" uuid=vmUUID ignore-vdi-uuids=uuid1
      

      where uuid1=[NOSNAP] TESTING
      e9a2aa43-a1ce-4616-99df-bdaada587151-image.png

      Once reload the [NOSNAP] disappear:
      74a25d27-1b2e-4968-844c-799ab2dc1742-image.png

      Beside that this is the best workaround for now and this little inconvenience is not a big deal. But in case someone need to understand it hopefully I added enough detail to clarify this content for future readers.

      posted in Xen Orchestra
      W
      wilsonqanda
    • RE: XO cant Snapshot itself ?

      @olivierlambert Thanks for the quick reply. [NOBAK] works for backup by ignoring VDI with [NOBAK] in its name, but when running manual snapshot like stated above the [NOBAK] still show up in the SR meaning it made a copy of the [NOBACK].

      Ideally with [NOBAK] it should not take snapshot or backup right or am i understanding it incorrectly? Does this only apply to automated BACKUP & SNAPSHOT only?
      94bcd9f6-3051-46f1-91c8-729e4f289d43-image.png

      posted in Xen Orchestra
      W
      wilsonqanda
    • RE: XO cant Snapshot itself ?

      @julien-f @olivierlambert
      Was there a resolution on the [NOSNAP] feature just much convenient than going to the CMD each time 🙂 ?

      In the meantime will be using snippet below so low priority for me:

      xe vm-snapshot new-name-label=newname uuid=vmUUID ignore-vdi-uuids=uuid1,uuid2,uuid3
      
      posted in Xen Orchestra
      W
      wilsonqanda
    • RE: Changing Hosts and XOA IP

      @jmishal
      XCP-ng host IP can be done in XO or XCP-ng host

      Method 1:
      In XO:
      You can just go to home >> host >> Edit the Address (do this for each host)
      d7147c2a-182f-42d8-81b6-b853d6e974cf-image.png

      Method 2:
      In XCP-ng (realistically going through XO is easier...):
      Go to
      865d0048-85cd-4b1f-81ba-27a7b9e4d445-image.png
      next >>
      8b1b4dc9-011d-4e7d-9403-6c5bad0ffd28-image.png
      enter password
      once here select the correct network nic (can be confusing but the .XX are vlan etc.)
      45f82b20-1c55-4c69-8e5b-8465c686da71-image.png
      Update your IP as needed.
      b196c0b8-df28-4300-807e-037cacd1e8c1-image.png

      As for changing XO IP that is a VM running on XCP-ng so you can change it there or if it is dhcp your firewall is managing that. Hard to tell how you set the XO up...

      posted in Xen Orchestra
      W
      wilsonqanda
    • RE: Join our great support team!

      @olivierlambert Congrats you guys are expanding! 🙂

      Always have appreciated everyone help here and a great community of users.

      posted in News
      W
      wilsonqanda
    • RE: Vates and IONOS partnership

      Wow this great news and amazing work!!! 🙂

      posted in News
      W
      wilsonqanda
    • RE: 2 weeks break for me

      @olivierlambert I never thought you took a break 🙂 lol. Well deserved and have a great vacation!!!

      posted in News
      W
      wilsonqanda
    • RE: XCP-ng 8.3 betas and RCs feedback 🚀

      @stormi I assume you had issue so took file down as link is giving a 404 page not found? lol

      posted in News
      W
      wilsonqanda
    • RE: XCP-ng 8.3 betas and RCs feedback 🚀

      @stormi
      Good things I notice on the new beta2-test3 iso:

      • "efi: EFI_MEMMAP is not enabled" used to take minutes is now down to 30 sec 🙂
      • host joins other host or pool really quickly (it sometime takes forever or doesn't work for me before until I manually toggle disconnect and reconnect) (hosts in pool always work fine but hosts from different pool was slow previously not sure why when they all start up at the same time is usually the issue especially when network is up slower than the hosts. I assume host search timeout before network is up.)
      • UEFI is definitely fixed now 🙂

      All good feedback. No drawback yet.

      Also when is NFS v4 available believe it was end of 1st quarter (March???) from what i heard 🙂 is that still true?

      Thanks otherwise it is good on my short test so far.

      posted in News
      W
      wilsonqanda
    • RE: XCP-ng 8.3 betas and RCs feedback 🚀

      @stormi said in XCP-ng 8.3 beta 🚀:

      https://updates.xcp-ng.org/tmp/xcp-ng-8.3.0-beta2-test3.iso

      Testing it right now and migrating my VM over to see. My previous install SR was causing issue and disappearing on every restart for some reason lol (don't even know what causes it so decided to start fresh 🙂 ). So decided to might as well test the "xcp-ng-8.3.0-beta2-test3.iso" new iso you uploaded. Will provide feedback in a few minutes.

      posted in News
      W
      wilsonqanda
    • RE: XCP-ng 8.3 betas and RCs feedback 🚀

      @stormi after the update it seem to work well for me. Well the update from edk2 at least is working now. Haven't tried the iso.

      posted in News
      W
      wilsonqanda
    • RE: When you miss 10G in your homelab

      @gskger Just wondering since we are on topic of storage and network. What would you guys do to make a website highly available?

      My understanding is:

      • Nginx or Apache to run frontend (doesn't change much) so XCP-ng can host these VMs pretty much static beside the changes to the database and the contents that is in the storage. So as long as there is a reverse proxy and load balancer it should be good.
      • Database - (Mariadb with HA active-active enable) Change all the time and needs to be geo-replicated and believe MariaDB does this by itself.
      • Storage - Ceph active-active sync. Maybe async work not sure... (Ceph storage best for this as it has active-active sync.)

      Does that sound about right or i am missing too much detail?

      posted in Off topic
      W
      wilsonqanda