ceph - cephfs - 2024-08-28

Timestamp (UTC)Message
2024-08-28T06:43:30.802Z
<Venky Shankar> @Rishabh Dave <https://tracker.ceph.com/issues/64182> - the PR is merged, but the tracker status is FUR.
2024-08-28T06:43:53.851Z
<Venky Shankar> Please do the needful and check if it requires to be backported
2024-08-28T06:49:06.434Z
<Rishabh Dave> sure
2024-08-28T09:24:57.858Z
<Igor Golikov> Hi team, this is what I get when I try to run the vstart.sh

igor@igor-qemu-vm:~/github/salieri11/ceph/build$ ../src/vstart.sh --debug --new -x --localhost --bluestore
*** going verbose ***
rm -f core*
ip 127.0.0.1
port 40952

NOTE: hostname resolves to loopback; remote hosts will not be able to
  connect.  either adjust /etc/hosts, or edit this script to use your
  machine's real IP.

/home/igor/github/salieri11/ceph/build/bin/ceph-authtool --create-keyring --gen-key --name=mon. /home/igor/github/salieri11/ceph/build/keyring --cap mon 'allow *'
creating /home/igor/github/salieri11/ceph/build/keyring
/home/igor/github/salieri11/ceph/build/bin/ceph-authtool --gen-key --name=client.admin --cap mon 'allow **' --cap osd 'allow **' --cap mds 'allow **' --cap mgr 'allow **' /home/igor/github/salieri11/ceph/build/keyring
/home/igor/github/salieri11/ceph/build/bin/monmaptool --create --clobber --addv a [v2:127.0.0.1:40952,v1:127.0.0.1:40953] --addv b [v2:127.0.0.1:40954,v1:127.0.0.1:40955] --addv c [v2:127.0.0.1:40956,v1:127.0.0.1:40957] --print /tmp/ceph_monmap.136872
/home/igor/github/salieri11/ceph/build/bin/monmaptool: monmap file /tmp/ceph_monmap.136872
/home/igor/github/salieri11/ceph/build/bin/monmaptool: generated fsid 5094a094-2f88-49c0-9505-b09702c43fcc
setting min_mon_release = quincy
epoch 0
fsid 5094a094-2f88-49c0-9505-b09702c43fcc
last_changed 2024-08-28T12:23:13.083449+0300
created 2024-08-28T12:23:13.083449+0300
min_mon_release 17 (quincy)
election_strategy: 1
0: [v2:127.0.0.1:40952/0,v1:127.0.0.1:40953/0] mon.a
1: [v2:127.0.0.1:40954/0,v1:127.0.0.1:40955/0] mon.b
2: [v2:127.0.0.1:40956/0,v1:127.0.0.1:40957/0] mon.c
/home/igor/github/salieri11/ceph/build/bin/monmaptool: writing epoch 0 to /tmp/ceph_monmap.136872 (3 monitors)
rm -rf -- /home/igor/github/salieri11/ceph/build/dev/mon.a
mkdir -p /home/igor/github/salieri11/ceph/build/dev/mon.a
/home/igor/github/salieri11/ceph/build/bin/ceph-mon --mkfs -c /home/igor/github/salieri11/ceph/build/ceph.conf -i a --monmap=/tmp/ceph_monmap.136872 --keyring=/home/igor/github/salieri11/ceph/build/keyring
rm -rf -- /home/igor/github/salieri11/ceph/build/dev/mon.b
mkdir -p /home/igor/github/salieri11/ceph/build/dev/mon.b
/home/igor/github/salieri11/ceph/build/bin/ceph-mon --mkfs -c /home/igor/github/salieri11/ceph/build/ceph.conf -i b --monmap=/tmp/ceph_monmap.136872 --keyring=/home/igor/github/salieri11/ceph/build/keyring
rm -rf -- /home/igor/github/salieri11/ceph/build/dev/mon.c
mkdir -p /home/igor/github/salieri11/ceph/build/dev/mon.c
/home/igor/github/salieri11/ceph/build/bin/ceph-mon --mkfs -c /home/igor/github/salieri11/ceph/build/ceph.conf -i c --monmap=/tmp/ceph_monmap.136872 --keyring=/home/igor/github/salieri11/ceph/build/keyring
rm -- /tmp/ceph_monmap.136872
/home/igor/github/salieri11/ceph/build/bin/ceph-mon -i a -c /home/igor/github/salieri11/ceph/build/ceph.conf
/home/igor/github/salieri11/ceph/build/bin/ceph-mon -i b -c /home/igor/github/salieri11/ceph/build/ceph.conf
/home/igor/github/salieri11/ceph/build/bin/ceph-mon -i c -c /home/igor/github/salieri11/ceph/build/ceph.conf
Populating config ...

[mgr]
	mgr/telemetry/enable = false
	mgr/telemetry/nag = false
Setting debug configs ...
creating /home/igor/github/salieri11/ceph/build/dev/mgr.x/keyring
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring -i /home/igor/github/salieri11/ceph/build/dev/mgr.x/keyring auth add mgr.x mon 'allow profile mgr' mds 'allow **' osd 'allow **'
added key for mgr.x
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring config set mgr mgr/dashboard/x/ssl_server_port 41952 --force
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring config set mgr mgr/prometheus/x/server_port 9283 --force
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring config set mgr mgr/restful/x/server_port 42952 --force
Starting mgr.x
/home/igor/github/salieri11/ceph/build/bin/ceph-mgr -i x -c /home/igor/github/salieri11/ceph/build/ceph.conf
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring mgr stat
false
waiting for mgr to become available
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring mgr stat
false
waiting for mgr to become available
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring mgr stat
true
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring -h
waiting for mgr dashboard module to start
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring -h
waiting for mgr dashboard module to start
/home/igor/github/salieri11/ceph/build/bin/ceph -c /home/igor/github/salieri11/ceph/build/ceph.conf -k /home/igor/github/salieri11/ceph/build/keyring -h
2024-08-28T09:25:38.467Z
<Igor Golikov> it happens after I perform clean build, just using do_cmake.sh
2024-08-28T09:31:24.313Z
<Venky Shankar> @Igor Golikov Normally I just run `../src/vstart.sh -d -x -n` to create a (n)ew cluster. (drop the `-n` to reuse an existing ceph.conf).
2024-08-28T09:32:49.398Z
<Igor Golikov> ok will try it
2024-08-28T09:32:50.472Z
<Igor Golikov> thanks
2024-08-28T09:33:06.924Z
<Venky Shankar> LMK if it doesn't work
2024-08-28T09:33:10.283Z
<Venky Shankar> we can debug further
2024-08-28T10:51:18.353Z
<Igor Golikov> Yeah it worked, thanks.

Any issue? please create an issue here and use the infra label.