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
When unmount existing EBS, `blkid -c /dev/null #{device}` return PTUUID instead of UUID. UUID is required for chef resource to unmount and disable volume. Siwtch to use unmount command and remove line from fstab instead of using chef mount resource to avoid using UUID during unmount.
Signed-off-by: chenwany <[email protected]>
0 commit comments