-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filesystem is not resized when restoring from snapshot/cloning to lar…
…ger size than origin (#100) * remove unnecessary code VolumeMountUtils is already instantiated in init() of ibmcsidriver module so there is no need for this line of code. * allow creating driver with fake commands In order to allow testing of code that includes command sequence we need to change the driver so it can accept a list of fake commands. * resize fs in NodeStageVolume This is the actual fix for resizing filesystem when volume is restored from a snapshot to larger size * resize with mounter during node expand * cleanup resize code * update to latest ibm-csi-common
- Loading branch information
1 parent
886f02c
commit 50dc6d1
Showing
9 changed files
with
124 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
vendor/github.com/IBM/ibm-csi-common/pkg/mountmanager/fake-safe-mounter.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
vendor/github.com/IBM/ibm-csi-common/pkg/mountmanager/mount_linux.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
vendor/github.com/IBM/ibm-csi-common/pkg/mountmanager/mount_unsupported.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters