Add comments about uniqueness of port number required
Signed-off-by: David Zafman <dzafman@redhat.com>
local dir=$1
shift
- export CEPH_MON="127.0.0.1:17109"
+ export CEPH_MON="127.0.0.1:17110" # git grep '\<17110\>' : there must be only one
export CEPH_ARGS
CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
CEPH_ARGS+="--mon-host=$CEPH_MON "
local dir=$1
shift
- export CEPH_MON="127.0.0.1:17108"
+ export CEPH_MON="127.0.0.1:17108" # git grep '\<17108\>' : there must be only one
export CEPH_ARGS
CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
CEPH_ARGS+="--mon-host=$CEPH_MON "
local dir=$1
shift
- export CEPH_MON="127.0.0.1:17119"
+ export CEPH_MON="127.0.0.1:17119" # git grep '\<17119\>' : there must be only one
export CEPH_ARGS
CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
CEPH_ARGS+="--mon-host=$CEPH_MON "
local dir=$1
shift
- export CEPH_MON="127.0.0.1:17109"
+ export CEPH_MON="127.0.0.1:17109" # git grep '\<17109\>' : there must be only one
export CEPH_ARGS
CEPH_ARGS+="--fsid=$(uuidgen) --auth-supported=none "
CEPH_ARGS+="--mon-host=$CEPH_MON "