Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using ceph-nano with latest ceph/daemon:latest-reef #141

Open
dennsgh opened this issue Nov 21, 2023 · 0 comments
Open

using ceph-nano with latest ceph/daemon:latest-reef #141

dennsgh opened this issue Nov 21, 2023 · 0 comments

Comments

@dennsgh
Copy link

dennsgh commented Nov 21, 2023

Will there be an update to ceph-nano to use the latest images in quay.io?

ansible@ceph-test:~$ sudo cn cluster start cn-cluster -b /ceph-data/data -d /data/ceph-nano -f huge -i quay.io/ceph/daemon:latest-reef
2023/11/21 14:31:22 Starting cluster cn-cluster...
2023/11/21 14:32:23 The container ceph-nano-cn-cluster never reached a clean state. Showing the container logs now:
e2023-11-21 14:29:56  /opt/ceph-container/bin/entrypoint.sh: VERBOSE: activating bash debugging mode.
�2023-11-21 14:29:56  /opt/ceph-container/bin/entrypoint.sh: To run Ceph daemons in debugging mode, pass the CEPH_ARGS variable like this:
g2023-11-21 14:29:56  /opt/ceph-container/bin/entrypoint.sh: -e CEPH_ARGS='--debug-ms 1 --debug-osd 10'
p2023-11-21 14:29:56  /opt/ceph-container/bin/entrypoint.sh: This container environement variables are: LC_ALL=C
DEMO_DAEMONS=mon,mgr,osd,rgw
CEPH_DAEMON=demo
CEPH_VERSION=reef
+HOSTNAME=ceph-nano-cn-cluster-faa32aebf00b
CEPH_POINT_RELEASE=
CEPH_DEVEL=false
DEBUG=verbose
CEPH_REF=reef
SREE_VERSION=v0.1
PWD=/

HOME=/root
SREE_PORT=5000
EXPOSED_IP=10.0.0.11
CEPH_PUBLIC_NETWORK=0.0.0.0/0
RGW_FRONTEND_PORT=8000
RGW_CIVETWEB_PORT=8000
CEPH_DEMO_UID=nano
I_AM_IN_A_CONTAINER=1
SHLVL=1
OSD_FLAVOR=default
OSD_PATH=/ceph-data/data
BPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
MON_IP=127.0.0.1
_=/usr/bin/env
F+/opt/ceph-container/bin/entrypoint.sh:19: main(): case "$KV_TYPE" in
c+/opt/ceph-container/bin/entrypoint.sh:29: main(): source /opt/ceph-container/bin/config.static.sh
?++/opt/ceph-container/bin/config.static.sh:2: source(): set -e
F++/opt/ceph-container/bin/entrypoint.sh:39: main(): to_lowercase demo
M++/opt/ceph-container/bin/common_functions.sh:188: to_lowercase(): echo demo
D+/opt/ceph-container/bin/entrypoint.sh:39: main(): CEPH_DAEMON=demo
P+/opt/ceph-container/bin/entrypoint.sh:41: main(): create_mandatory_directories
�+/opt/ceph-container/bin/common_functions.sh:64: create_mandatory_directories(): for keyring in $OSD_BOOTSTRAP_KEYRING $MDS_BOOTSTRAP_KEYRING $RGW_BOOTSTRAP_KEYRING $RBD_MIRROR_BOOTSTRAP_KEYRING
�++/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): dirname /var/lib/ceph/bootstrap-osd/ceph.keyring
v+/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): mkdir -p /var/lib/ceph/bootstrap-osd
�+/opt/ceph-container/bin/common_functions.sh:64: create_mandatory_directories(): for keyring in $OSD_BOOTSTRAP_KEYRING $MDS_BOOTSTRAP_KEYRING $RGW_BOOTSTRAP_KEYRING $RBD_MIRROR_BOOTSTRAP_KEYRING
�++/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): dirname /var/lib/ceph/bootstrap-mds/ceph.keyring
v+/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): mkdir -p /var/lib/ceph/bootstrap-mds
�+/opt/ceph-container/bin/common_functions.sh:64: create_mandatory_directories(): for keyring in $OSD_BOOTSTRAP_KEYRING $MDS_BOOTSTRAP_KEYRING $RGW_BOOTSTRAP_KEYRING $RBD_MIRROR_BOOTSTRAP_KEYRING
�++/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): dirname /var/lib/ceph/bootstrap-rgw/ceph.keyring
v+/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): mkdir -p /var/lib/ceph/bootstrap-rgw
�+/opt/ceph-container/bin/common_functions.sh:64: create_mandatory_directories(): for keyring in $OSD_BOOTSTRAP_KEYRING $MDS_BOOTSTRAP_KEYRING $RGW_BOOTSTRAP_KEYRING $RBD_MIRROR_BOOTSTRAP_KEYRING
�++/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): dirname /var/lib/ceph/bootstrap-rbd-mirror/ceph.keyring
}+/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): mkdir -p /var/lib/ceph/bootstrap-rbd-mirror
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/mon
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/osd
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/mds
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
p+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/radosgw
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/tmp
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/mgr
�+/opt/ceph-container/bin/common_functions.sh:74: create_mandatory_directories(): mkdir -p /var/lib/ceph/mon/ceph-ceph-nano-cn-cluster-faa32aebf00b
h+/opt/ceph-container/bin/common_functions.sh:77: create_mandatory_directories(): mkdir -p /var/run/ceph
�+/opt/ceph-container/bin/common_functions.sh:80: create_mandatory_directories(): mkdir -p /var/lib/ceph/radosgw/ceph-rgw.ceph-nano-cn-cluster-faa32aebf00b
�+/opt/ceph-container/bin/common_functions.sh:83: create_mandatory_directories(): mkdir -p /var/lib/ceph/mds/ceph-ceph-nano-cn-cluster-faa32aebf00b
�+/opt/ceph-container/bin/common_functions.sh:86: create_mandatory_directories(): mkdir -p /var/lib/ceph/mgr/ceph-ceph-nano-cn-cluster-faa32aebf00b
y+/opt/ceph-container/bin/common_functions.sh:89: create_mandatory_directories(): chown --verbose -R ceph. /var/run/ceph/
4ownership of '/var/run/ceph/' retained as ceph:ceph
�+/opt/ceph-container/bin/common_functions.sh:90: create_mandatory_directories(): find -L /var/lib/ceph/ -mindepth 1 -maxdepth 3 -not '(' -user ceph -or -group ceph ')' -exec chown --verbose ceph. '{}' ';'
Ichanged ownership of '/var/lib/ceph/radosgw' from root:root to ceph:ceph
tchanged ownership of '/var/lib/ceph/radosgw/ceph-rgw.ceph-nano-cn-cluster-faa32aebf00b' from root:root to ceph:ceph
lchanged ownership of '/var/lib/ceph/mgr/ceph-ceph-nano-cn-cluster-faa32aebf00b' from root:root to ceph:ceph
lchanged ownership of '/var/lib/ceph/mon/ceph-ceph-nano-cn-cluster-faa32aebf00b' from root:root to ceph:ceph
lchanged ownership of '/var/lib/ceph/mds/ceph-ceph-nano-cn-cluster-faa32aebf00b' from root:root to ceph:ceph
T+/opt/ceph-container/bin/entrypoint.sh:43: main(): [[ ! x86_64 aarch64 =~ x86_64 ]]
J+/opt/ceph-container/bin/entrypoint.sh:50: main(): case "$CEPH_DAEMON" in
[+/opt/ceph-container/bin/entrypoint.sh:154: main(): source /opt/ceph-container/bin/demo.sh
l/opt/ceph-container/bin/entrypoint.sh: line 154: /opt/ceph-container/bin/demo.sh: No such file or directory
e2023-11-21 14:31:23  /opt/ceph-container/bin/entrypoint.sh: VERBOSE: activating bash debugging mode.
�2023-11-21 14:31:23  /opt/ceph-container/bin/entrypoint.sh: To run Ceph daemons in debugging mode, pass the CEPH_ARGS variable like this:
g2023-11-21 14:31:23  /opt/ceph-container/bin/entrypoint.sh: -e CEPH_ARGS='--debug-ms 1 --debug-osd 10'
p2023-11-21 14:31:23  /opt/ceph-container/bin/entrypoint.sh: This container environement variables are: LC_ALL=C
DEMO_DAEMONS=mon,mgr,osd,rgw
CEPH_DAEMON=demo
CEPH_VERSION=reef
+HOSTNAME=ceph-nano-cn-cluster-faa32aebf00b
CEPH_POINT_RELEASE=
CEPH_DEVEL=false
DEBUG=verbose
CEPH_REF=reef
SREE_VERSION=v0.1
PWD=/

HOME=/root
SREE_PORT=5000
EXPOSED_IP=10.0.0.11
CEPH_PUBLIC_NETWORK=0.0.0.0/0
RGW_FRONTEND_PORT=8000
RGW_CIVETWEB_PORT=8000
CEPH_DEMO_UID=nano
I_AM_IN_A_CONTAINER=1
SHLVL=1
OSD_FLAVOR=default
OSD_PATH=/ceph-data/data
BPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
MON_IP=127.0.0.1
_=/usr/bin/env
F+/opt/ceph-container/bin/entrypoint.sh:19: main(): case "$KV_TYPE" in
c+/opt/ceph-container/bin/entrypoint.sh:29: main(): source /opt/ceph-container/bin/config.static.sh
?++/opt/ceph-container/bin/config.static.sh:2: source(): set -e
F++/opt/ceph-container/bin/entrypoint.sh:39: main(): to_lowercase demo
M++/opt/ceph-container/bin/common_functions.sh:188: to_lowercase(): echo demo
D+/opt/ceph-container/bin/entrypoint.sh:39: main(): CEPH_DAEMON=demo
P+/opt/ceph-container/bin/entrypoint.sh:41: main(): create_mandatory_directories
�+/opt/ceph-container/bin/common_functions.sh:64: create_mandatory_directories(): for keyring in $OSD_BOOTSTRAP_KEYRING $MDS_BOOTSTRAP_KEYRING $RGW_BOOTSTRAP_KEYRING $RBD_MIRROR_BOOTSTRAP_KEYRING
�++/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): dirname /var/lib/ceph/bootstrap-osd/ceph.keyring
v+/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): mkdir -p /var/lib/ceph/bootstrap-osd
�+/opt/ceph-container/bin/common_functions.sh:64: create_mandatory_directories(): for keyring in $OSD_BOOTSTRAP_KEYRING $MDS_BOOTSTRAP_KEYRING $RGW_BOOTSTRAP_KEYRING $RBD_MIRROR_BOOTSTRAP_KEYRING
�++/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): dirname /var/lib/ceph/bootstrap-mds/ceph.keyring
v+/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): mkdir -p /var/lib/ceph/bootstrap-mds
�+/opt/ceph-container/bin/common_functions.sh:64: create_mandatory_directories(): for keyring in $OSD_BOOTSTRAP_KEYRING $MDS_BOOTSTRAP_KEYRING $RGW_BOOTSTRAP_KEYRING $RBD_MIRROR_BOOTSTRAP_KEYRING
�++/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): dirname /var/lib/ceph/bootstrap-rgw/ceph.keyring
v+/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): mkdir -p /var/lib/ceph/bootstrap-rgw
�+/opt/ceph-container/bin/common_functions.sh:64: create_mandatory_directories(): for keyring in $OSD_BOOTSTRAP_KEYRING $MDS_BOOTSTRAP_KEYRING $RGW_BOOTSTRAP_KEYRING $RBD_MIRROR_BOOTSTRAP_KEYRING
�++/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): dirname /var/lib/ceph/bootstrap-rbd-mirror/ceph.keyring
}+/opt/ceph-container/bin/common_functions.sh:65: create_mandatory_directories(): mkdir -p /var/lib/ceph/bootstrap-rbd-mirror
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/mon
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/osd
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/mds
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
p+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/radosgw
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/tmp
~+/opt/ceph-container/bin/common_functions.sh:69: create_mandatory_directories(): for directory in mon osd mds radosgw tmp mgr
l+/opt/ceph-container/bin/common_functions.sh:70: create_mandatory_directories(): mkdir -p /var/lib/ceph/mgr
�+/opt/ceph-container/bin/common_functions.sh:74: create_mandatory_directories(): mkdir -p /var/lib/ceph/mon/ceph-ceph-nano-cn-cluster-faa32aebf00b
h+/opt/ceph-container/bin/common_functions.sh:77: create_mandatory_directories(): mkdir -p /var/run/ceph
�+/opt/ceph-container/bin/common_functions.sh:80: create_mandatory_directories(): mkdir -p /var/lib/ceph/radosgw/ceph-rgw.ceph-nano-cn-cluster-faa32aebf00b
�+/opt/ceph-container/bin/common_functions.sh:83: create_mandatory_directories(): mkdir -p /var/lib/ceph/mds/ceph-ceph-nano-cn-cluster-faa32aebf00b
�+/opt/ceph-container/bin/common_functions.sh:86: create_mandatory_directories(): mkdir -p /var/lib/ceph/mgr/ceph-ceph-nano-cn-cluster-faa32aebf00b
y+/opt/ceph-container/bin/common_functions.sh:89: create_mandatory_directories(): chown --verbose -R ceph. /var/run/ceph/
4ownership of '/var/run/ceph/' retained as ceph:ceph
�+/opt/ceph-container/bin/common_functions.sh:90: create_mandatory_directories(): find -L /var/lib/ceph/ -mindepth 1 -maxdepth 3 -not '(' -user ceph -or -group ceph ')' -exec chown --verbose ceph. '{}' ';'
T+/opt/ceph-container/bin/entrypoint.sh:43: main(): [[ ! x86_64 aarch64 =~ x86_64 ]]
J+/opt/ceph-container/bin/entrypoint.sh:50: main(): case "$CEPH_DAEMON" in
[+/opt/ceph-container/bin/entrypoint.sh:154: main(): source /opt/ceph-container/bin/demo.sh
l/opt/ceph-container/bin/entrypoint.sh: line 154: /opt/ceph-container/bin/demo.sh: No such file or directory

2023/11/21 14:32:23 Please open an issue at: https://github.com/ceph/cn with the logs above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant