7 lines
317 B
Bash
7 lines
317 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
juju run --timeout=30s -a ceph-osd -- 'sudo systemctl kill --all --type=service vaultlocker-decrypt@*'
|
||
|
juju run --timeout=30s -a ceph-osd -- 'sudo systemctl start --all --type=service vaultlocker-decrypt@*'
|
||
|
juju run --timeout=30s -a ceph-osd -- 'sudo systemctl start --all --type=service ceph-volume@*'
|
||
|
|