Hi, In traditional way, I can make the radosgw listen on IPv6 like this: # ceph.conf [...] rgw_frontends = beast port=8080 endpoint=[2405:f980:0:2:f816:3eff:fed9:8d16] In Cephadm, It seems specifying IPv6 network does not work (IPv4 does), and the rgw services do not become active. # rgw.yaml service_type: rgw service_id: ceph-lab-1 placement: label: rgw count_per_host: 2 networks: - 2405:f980:0000:0002::/64 #- 10.3.52.0/22 spec: rgw_frontend_port: 8080 # ceph orch apply -i rgw.yaml # ceph orch ls [...] rgw.ceph-lab-1 ?:8080 0/2 - 38m count-per-host:2;label:rgw Does any one have any idea? Where is the log location? Thanks _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx