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 e6fc68c commit 6c23845Copy full SHA for 6c23845
node.sh
@@ -91,11 +91,8 @@ if [ -n "${cinder_volumes-}" ]; then
91
if ! command -v vgs; then
92
curl -fsSL http://bit.ly/install_pkg | PKG="lvm2" bash
93
fi
94
- # Ensure that the volume is empty
95
- sudo dd if=/dev/zero of="$cinder_volumes" bs=512 count=1
96
-
97
# Creation of cinder LVM
98
- sudo vgcreate cinder-volumes "$cinder_volumes"
+ sudo vgcreate cinder-volumes "$cinder_volumes" -f
99
sudo vgs
100
sudo pvdisplay
101
0 commit comments