You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Incase of RAW volume mount, the Target will be devicefilepath and NOT a mount directory.
96
+
//This will handle raw block volume mounts
97
+
//Incase of RAW volume mount, the Target will be devicefilepath and NOT a mount directory.
98
98
// The mountType is "bind" mount and will not specify any FORMAT(e.g ext4, ext3..)
99
99
// e.g SOURCE (volume provider attached device on Host): /dev/xvde
100
100
// e.g TARGET (SoftLink to User defined POD device /dev/sda) : "/var/data/kubelet/plugins/kubernetes.io/csi/volumeDevices/publish/pvc-9b82dced-fcd6-4181-968e-ae269e0f2311"
0 commit comments