Description of problem: - IHAC who can create a service for ingress that supports labels from the ceph dashboard however from CLI you cannot specify the label in the placement. - For example this doesn't error but it doesn't setup the service with a placement label. # ceph nfs cluster create nfscluster3 "2 label:mds" --ingress 10.37.32.10 - Need help from engineering whether it is possible to pass 'label' tag via CLI. [1] https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/file_system_guide/index#exporting-ceph-file-system-namespaces-over-the-nfs-protocol_fs [2] https://docs.ceph.com/en/pacific/mgr/nfs/#create-nfs-ganesha-cluster Version-Release number of selected component (if applicable): - ceph version 16.2.10-138.el8cp Steps to Reproduce: [root@ceph5-mons1 ~]# ceph fs volume create testnfs --placement="2 ceph5-osds3 ceph5-osds2" [root@ceph5-mons1 ~]# ceph fs ls name: testfs, metadata pool: cephfs.testfs.meta, data pools: [cephfs.testfs.data ] name: testnfs, metadata pool: cephfs.testnfs.meta, data pools: [cephfs.testnfs.data ] [root@ceph5-mons1 ~]# ceph nfs cluster create testnfs "2 label:mds" --ingress 10.68.64.10 Actual results: - Unable to setup the service with a placement label Expected results: - able to setup the service with a placement label
Too late to assign new issues to the 6.1 z1 target. Retargeting to 6.1 z2.
Is this dashboard, or something else?
Cu is saying the issue is with the cli as you cannot specify the label in the placement from the cli. For example this doesn't error but it doesn't setup the service with a placement label. # ceph nfs cluster create nfscluster3 "2 label:mds" --ingress 10.37.32.10 Cu confirmed this is possible from the dashboard, hence, they believe this is a bug with the cli.
(In reply to csharpe from comment #3) > Cu is saying the issue is with the cli as you cannot specify the label in > the placement from the cli. > > For example this doesn't error but it doesn't setup the service with a > placement label. > > # ceph nfs cluster create nfscluster3 "2 label:mds" --ingress 10.37.32.10 ^^^^ > > Cu confirmed this is possible from the dashboard, hence, they believe this > is a bug with the cli. This is either the dashboard or the cli — nothing to do with ganesha functionality.
I moving it to cephFS. please change the component if this is wrong!