You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a weird issue: We are using fsarchiver on Fedora 35/36 to restore a Redhat root image. Close to 80% of the time, the restfs process will hang. It appears to be waiting on IO (and we see a corresponding wait in xfsaild, so it looks like those processes are effectively deadlocked). The exact point of the hang varies (might be 5% into the FS, might be 75%, or anywhere in between).
But this hang is only happening on Hyper-V, it's working fine on physical machines and in Proxmox.
The problem also only happens when applying an xfs file system. If we override that to specify to create an ext4 file system, it works fine (but then RHEL is unhappy later), with no hang during the restfs.
Any thoughts on how to get around this?
The text was updated successfully, but these errors were encountered:
It's a weird issue: We are using fsarchiver on Fedora 35/36 to restore a Redhat root image. Close to 80% of the time, the restfs process will hang. It appears to be waiting on IO (and we see a corresponding wait in xfsaild, so it looks like those processes are effectively deadlocked). The exact point of the hang varies (might be 5% into the FS, might be 75%, or anywhere in between).
But this hang is only happening on Hyper-V, it's working fine on physical machines and in Proxmox.
The problem also only happens when applying an xfs file system. If we override that to specify to create an ext4 file system, it works fine (but then RHEL is unhappy later), with no hang during the restfs.
Any thoughts on how to get around this?
The text was updated successfully, but these errors were encountered: