We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fe15c commit 7131bf2Copy full SHA for 7131bf2
files/default/setup-ephemeral-drives.sh
@@ -108,8 +108,8 @@ function setup_ephemeral_drives () {
108
# Setup LVM
109
RC=0
110
pvcreate -y $PARTITIONS || RC=1
111
- vgcreate vg.01 $PARTITIONS || RC=1
112
- lvcreate -i $NUM_DEVS -I 64 -l 100%FREE -n lv_ephemeral vg.01 || RC=1
+ vgcreate -y vg.01 $PARTITIONS || RC=1
+ lvcreate -y -i $NUM_DEVS -I 64 -l 100%FREE -n lv_ephemeral vg.01 || RC=1
113
if [ "$cfn_encrypted_ephemeral" == "true" ]; then
114
modprobe brd || RC=1
115
mkfs -q /dev/ram1 1024 || RC=1
0 commit comments