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