Have to match on ceph for a field - not optimal, but works for the moment

This commit is contained in:
Nico Schottelius 2018-03-04 18:40:24 +01:00
parent f03b234379
commit 58bc480490
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ set -x
tmpdir=$(mktemp -d)
for dev in $(fdisk -l | awk '$6 ~/Ceph OSD/ { print $1 }'); do
for dev in $(fdisk -l | awk '$6 ~/Ceph/ { print $1 }'); do
mount "$dev" "$tmpdir"
id=$(cat "${tmpdir}/whoami")