useful_scripts/do_ceph.sh

7 lines
317 B
Bash
Raw Normal View History

2023-06-19 13:45:13 +00:00
#!/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@*'