File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 122
122
./test/images/volume/nfs/run_nfs.sh
123
123
./test/images/volume/rbd/bootstrap.sh
124
124
./test/images/volume/rbd/create_block.sh
125
- ./test/images/volume/rbd/mon.sh
126
- ./test/images/volume/rbd/osd.sh
127
125
./third_party/forked/shell2junit/sh2ju.sh
128
126
./third_party/intemp/intemp.sh
129
127
./third_party/multiarch/qemu-user-static/register/qemu-binfmt-conf.sh
Original file line number Diff line number Diff line change 19
19
#
20
20
21
21
# monitor setup
22
- monmaptool --create --clobber --fsid ` uuidgen` --add a $1 :6789 /etc/ceph/monmap
22
+ monmaptool --create --clobber --fsid " $( uuidgen) " --add a " ${1} " :6789 /etc/ceph/monmap
23
23
mkdir /var/lib/ceph/mon/ceph-a
24
24
ceph-mon -i a --mkfs --monmap /etc/ceph/monmap -k /var/lib/ceph/mon/keyring
25
25
cp /var/lib/ceph/mon/keyring /var/lib/ceph/mon/ceph-a
Original file line number Diff line number Diff line change 19
19
#
20
20
21
21
ceph osd create
22
- ceph-osd -i $1 --mkfs --mkkey
23
- ceph auth add osd.$1 osd ' allow *' mon ' allow rwx' -i /var/lib/ceph/osd/ceph-$1 /keyring
24
- ceph osd crush add $1 1 root=default host=cephbox
25
- ceph-osd -i $1 -k /var/lib/ceph/osd/ceph-$1 /keyring
22
+ ceph-osd -i " ${1} " --mkfs --mkkey
23
+ ceph auth add " osd.${1} " osd ' allow *' mon ' allow rwx' -i " /var/lib/ceph/osd/ceph-${1} /keyring"
24
+ ceph osd crush add " ${1} " 1 root=default host=cephbox
25
+ ceph-osd -i " ${1} " -k " /var/lib/ceph/osd/ceph-${1} /keyring"
You can’t perform that action at this time.
0 commit comments