@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 .
Team - Storage
Private
Posts
-
RE: Slow SR Creation
-
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: Intermittent Xen blkfront I/O stalls: all guest tags busy while tapdisk reports zero outstanding requests
@mike.potapov Can you upgrade to the latest
blktap-3.55.5-9.3.xcpng8.3to check is the issue is still there? -
RE: Intermittent Xen blkfront I/O stalls: all guest tags busy while tapdisk reports zero outstanding requests
@mike.potapov yes, it is safe but it's a bit a heavy procedure to recover. I will open a ticket on our side to investigate now we have the root-cause.
Member List
|
0
Posts
0
Reputation
|
|
2
Posts
2
Reputation
|