-
Notifications
You must be signed in to change notification settings - Fork 54
Test Scenarios for Suse SLES12SP3 custom filesystem paramters
Joshua Moody edited this page May 21, 2020
·
1 revision
- create a SLES12SP3 cluster
- keep all 4 deployments around till the end of the test
- create a volume + pv + pvc with filesystem
ext4
namedext-ck-fail
- create a deployment that uses
ext-ck-fail
- verify
MountVolume.SetUp failed for volume "ext4-ck-fails"
is part of the pod events - verify that the pod does not enter running state
- set the following filesystem parameters:
-O ^64bit,^metadata_csum
- create a volume + pv + pvc with filesystem
ext4
namedext4-no-ck-no-64
- create a deployment that uses
ext4-no-ck-no-64
- verify that the pod enters running state and the volume is accessible
- set the following filesystem parameters:
-O ^metadata_csum
- create a volume + pv + pvc with filesystem
ext4
namedext4-no-ck
- create a deployment that uses
ext4-no-ck
- verify that the pod enters running state and the volume is accessible
- create a volume + pv + pvc with filesystem
xfs
namedxfs-ignores
- create a deployment that uses
xfs-ignores
- verify that the pod enters running state and the volume is accessible