6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
ceph osd unset nodown
|
|
ceph osd unset noout |