-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xfs fsType not supported #56
Comments
The new version 1.5.6 doesn't seem to work even with ext4. I removed the old version and installed the 1.5.6. With version 1.5.6, I can't get pass the pvc creation. It got stuck the following "could not parse topology requirements" error:
|
We broke iSCSI in the process of getting SAS topology support working. I'll try to get the fix out tomorrow. |
Hi Chris, just curious if you will have the fix this week. I'm also testing snapshots and I'm having an issue with the clone volume not mounting on the node automatically. I would rather test the snapshot again on the new release before creating a new issue. Thanks |
I'm testing the fix today--if all goes well it should be published by tomorrow. |
Thanks, Chris. Will test the new version this week. |
Chris, Release 1.5.7 still has the same issue "could not parse topology requirements". I am also confused about the code downloaded. First I did a git clone https://github.com/Seagate/seagate-exos-x-csi.git and performed a helm upgrade. It recreated the controller but it still has v1.5.6 tag. Then I tried downloading the source directly from https://github.com/Seagate/seagate-exos-x-csi/releases/tag/v1.5.7. It also has the v1.5.6 tag after running the helm upgrade. In the CHANGELOG from both downloads, I do see the merge #60 and #56 so I think I got the right release.
|
I'm not sure why the helm chart wasn't updated automatically to specify v1.5.7, but you can override it by adding "--set image.tag=1.5.7" to the "helm install" command. I didn't catch this because I used that option that when I was testing. |
"--set image.tag=1.5.7" failed pulling the image but "--set image.tag=v1.5.7" worked. I have verified that both ext4 and xfs types are working. Thanks |
Describe the bug
Failed to mount a PV in a test pod when fsType is xfs. Not sure if it is a bug or just not supported at this time.
To Reproduce
Steps to reproduce the behavior:
Create a StorageClass. Set fsType to xfs
Create a test pod using the example provided from the example directory, which created a PV and a PVC. Both PV and PVC were created successfully.
The test-pod failed to mount the PV.
Expected behavior
I expect xfs is a valid fsType.
Screenshots
If applicable, add screenshots to help explain your problem.
Storage System (please complete the following information):
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: