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 0c23edf commit e5cabe8Copy full SHA for e5cabe8
docs/examples/multiple-disks/test.sh
@@ -4,5 +4,5 @@ set -ex
4
kubectl exec -t multiple-disks-server-0 -c rabbitmq -- rabbitmqctl environment > rabbitmq-environment.out
5
6
grep 'data_dir,"/var/lib/rabbitmq/quorum-segments"' rabbitmq-environment.out
7
-grep "{wal_data_dir,'/var/lib/rabbitmq/quorum-wal'}" rabbitmq-environment.out
+grep 'wal_data_dir,"/var/lib/rabbitmq/quorum-wal"' rabbitmq-environment.out
8
0 commit comments