Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

XFS: fix creating volumes on OpenShift #1059

Merged
merged 1 commit into from
Jan 4, 2022
Merged

Conversation

pohly
Copy link
Contributor

@pohly pohly commented Jan 2, 2022

On OpenShift, the xfs_io command that was used while creating XFS volumes hangs
while getting loaded (kernel or container runtime bug?). This problem can be
avoided by making the same ioctl calls as in that binary directly from
the PMEM-CSI driver.

Fixes: #1058

On OpenShift, the xfs_io command that was used while creating XFS volumes hangs
while getting loaded (kernel or container runtime bug?). This problem can be
avoided by making the same ioctl calls as in that binary directly from
the PMEM-CSI driver.

Fixes: intel#1058
@pohly pohly merged commit 46e365d into intel:devel Jan 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenShift: setting up XFS volumes fails during xfs_io
2 participants