@irtaza9 Hello, could you share the content of your logs during the SR creation with us to investigate on our side ?
You can produce a tar of logs with https://docs.xcp-ng.org/troubleshooting/log-files/#produce-a-status-report .
XCP-ng Team
Developers of XCP-ng
Posts
-
RE: Slow SR Creation
-
RE: Bringing container visibility back to XO
While I think we need to do something about containers in VMs, I'm not convinced this is a good idea adding this to the regular guest agent for various reasons.
Docker is one way of running containers, but there are numerous other ones like podman or other runc/containerd based ones. So we can't really make a one size fits all solution. And that doesn't fully answer the maintenance and long-term aspect.
Well, actually what you are looking for is some form of control on guest docker runtime, but without using network, that's actually a solved problem, but plumbing is missing. And we don't need a custom docker-aware agent for this, we mostly need to use one of vsock/pv-channel/pvcalls to build a bridge between e.g guest docker socket and Xen Orchestra (which would talk to guest docker and control/get info from it).
-
RE: PCIe Pass-through lanes and lane performance
@dkidd255 @jamesg
I didn't forgot about it, but I still don't have access to relevant hardware (for reasons outside of my control).In the meantime, if that happens to be related, can you try the patch that allows disabling hvm-pirq (this is going to be globally available soon) ?
-
RE: search for snapshots sorted by creation date
I haven't seen a way to do this from within XO. However, you can gather the details using
xeon the command line --for i in `xe snapshot-list | grep uuid | awk '{print$5}'`; do export j=$(xe snapshot-param-get uuid=$i param-name=children); k=$(xe snapshot-param-get uuid=$i param-name=snapshot-time); echo "VM UUID: $j - Snapshot UUID: $i - Creation Time: $k"; doneThis doesn't sort the results, so you will need to do that in Excel or your favorite text editor.
@Danp adding
| sort -t: -k4to your command will sort it by date.-t:set fields separator to:-k4sort by 4th field
-
RE: Remote desktop on Gnome hangs randomly
@ovicz I've built xapi-26.1.16-1.2.0.pirq.1.xcpng8.3 on xcp-ng-ndinh2. You can update as usual, then install my packages on top.
Member List
|
22,481
Posts
3,398
Reputation
|
|
9
Posts
9
Reputation
|
|
0
Posts
0
Reputation
|
|
0
Posts
0
Reputation
|
|
2
Posts
2
Reputation
|