Hi, On 5/30/24 14:18, Frédéric Nass wrote:
ceph config set mgr mgr/cephadm/container_image_nvmeof "quay.io/ceph/nvmeof:1.2.13"
Thanks for the hint. With that the orchestrator deploys the current container image. But: It suddenly listens on port 5499 instead of 5500 and: # podman run -it quay.io/ceph/nvmeof-cli:latest --server-address 10.128.8.29 --server-port 5500 subsystem add --subsystem nqn.2016-06.io.spdk:cephtest29 Failure adding subsystem nqn.2016-06.io.spdk:cephtest29: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "failed to connect to all addresses; last error: UNKNOWN: ipv4:10.128.8.29:5500: Failed to connect to remote host: Connection refused" debug_error_string = "UNKNOWN:failed to connect to all addresses; last error: UNKNOWN: ipv4:10.128.8.29:5500: Failed to connect to remote host: Connection refused {grpc_status:14, created_time:"2024-05-30T13:59:33.24226686+00:00"}" # podman run -it quay.io/ceph/nvmeof-cli:latest --server-address 10.128.8.29 --server-port 5499 subsystem add --subsystem nqn.2016-06.io.spdk:cephtest29 Failure adding subsystem nqn.2016-06.io.spdk:cephtest29: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = "Method not found!" debug_error_string = "UNKNOWN:Error received from peer ipv4:10.128.8.29:5499 {created_time:"2024-05-30T13:59:49.678809906+00:00", grpc_status:12, grpc_message:"Method not found!"}" Is this not production ready? Why is it in the documentation for a released Ceph version? Regards -- Robert Sander Heinlein Consulting GmbH Schwedter Str. 8/9b, 10119 Berlin https://www.heinlein-support.de Tel: 030 / 405051-43 Fax: 030 / 405051-19 Amtsgericht Berlin-Charlottenburg - HRB 220009 B Geschäftsführer: Peer Heinlein - Sitz: Berlin _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx