zfs-localpv/pkg
Pawan ea552beb1f fix(xfs, uuid): fixed uuid generation issue when mount fails
This issue is specific to xfs only, when we create a clone volume and system is taking time in creating the device.

When we create a clone volume from a xfs filesystem, ZFS-LocalPV will go ahead and generate a new UUID for the clone volumes as we need a new UUID to mount the new clone filesystem. To generate a new UUID for the clone volume, ZFS-LocalPV first replays the xfs log by mounting the device to a tmp localtion.

Here, what is happening is since device creation is slow, so we went ahead and created the tmp location to mount the clone volume but since device has not created yet, the mount failed. In the next try since the tmp location is present, it will keep failing there only at every reconciliation time.

Signed-off-by: Pawan <pawan@mayadata.io>
2020-07-22 23:07:16 +05:30
..
apis/openebs.io/zfs feat(zfspv) Add golint check to travis (#175) 2020-07-07 18:21:02 +05:30
builder feat(shared): adding shared mount support ZFSPV volumes 2020-07-02 00:40:15 +05:30
client/k8s/v1alpha1 feat(zfspv) Add golint check to travis (#175) 2020-07-07 18:21:02 +05:30
common feat(zfspv) Add golint check to travis (#175) 2020-07-07 18:21:02 +05:30
config feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
driver feat(shared): adding shared mount support ZFSPV volumes 2020-07-02 00:40:15 +05:30
generated feat(modules): migrate to go modules and bump go version 1.14.4 2020-06-09 22:27:01 +05:30
mgmt feat(zfspv): move to klog (#166) 2020-06-29 12:18:33 +05:30
response chore(go-lint): fix golint warning (#133) 2020-06-09 14:47:23 +05:30
usage feat(zfspv) Add golint check to travis (#175) 2020-07-07 18:21:02 +05:30
version feat(zfspv): move to klog (#166) 2020-06-29 12:18:33 +05:30
zfs fix(xfs, uuid): fixed uuid generation issue when mount fails 2020-07-22 23:07:16 +05:30