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 fdbf65a commit b4d8cedCopy full SHA for b4d8ced
manifests/volume.pp
@@ -276,7 +276,7 @@
276
} else {
277
# stop and remove volume
278
exec { "gluster stop and remove ${title}":
279
- command => "${::gluster_binary} volume stop ${title} force && ${::gluster_binary} volume delete ${title}",
+ command => "/bin/yes | ( ${::gluster_binary} volume stop ${title} force && ${::gluster_binary} volume delete ${title} )",
280
}
281
282
0 commit comments