Back to bug 2017821

Who When What Removed Added
RHEL Program Management 2021-10-27 13:28:13 UTC Keywords FutureFeature
Tejas 2021-10-27 13:34:31 UTC Keywords FutureFeature TestBlocker
Target Release 5.2 5.1
RHEL Program Management 2021-10-27 13:34:39 UTC Keywords FutureFeature
Red Hat One Jira (issues.redhat.com) 2021-10-27 13:36:27 UTC Link ID Red Hat Issue Tracker RHCEPH-2116
Sebastian Wagner 2021-10-27 13:39:29 UTC Priority unspecified medium
Status NEW ASSIGNED
Link ID Github ceph/ceph/pull/43611
Gaurav Sitlani 2021-10-27 14:51:02 UTC CC gsitlani
Sebastian Wagner 2021-10-28 09:22:32 UTC CC cbodley
Flags needinfo?(cbodley)
Casey Bodley 2021-10-28 13:14:26 UTC Flags needinfo?(cbodley)
Sebastian Wagner 2021-10-29 12:18:29 UTC Depends On 2018248
Brett Niver 2021-12-01 15:14:47 UTC Target Release 5.1 5.2
CC bniver
Keywords TestBlocker
Brett Niver 2021-12-01 15:18:47 UTC Target Release 5.2 5.1
Brett Niver 2021-12-01 15:24:42 UTC Keywords TestBlocker
Sebastian Wagner 2021-12-07 21:53:10 UTC Keywords Rebase
Sunil Kumar Nagaraju 2021-12-22 07:45:00 UTC QA Contact sunnagar tchandra
Sebastian Wagner 2022-01-05 16:49:23 UTC Status ASSIGNED POST
Flags needinfo?(tserlin)
CC tserlin
errata-xmlrpc 2022-01-05 16:57:56 UTC Flags needinfo?(tserlin)
Status POST MODIFIED
Fixed In Version ceph-16.2.7-14.el8cp
Status MODIFIED ON_QA
Rahul Lepakshi 2022-01-12 04:32:55 UTC CC rlepaksh
Aron Gunn 2022-01-19 22:32:09 UTC CC agunn
Docs Contact knortema
Tejas 2022-01-25 07:05:47 UTC Status ON_QA VERIFIED
Aron Gunn 2022-01-26 21:07:55 UTC CC sewagner
Docs Contact agunn
Flags needinfo?(sewagner)
Sebastian Wagner 2022-01-27 09:21:22 UTC Doc Text The nfs command now supports exporting complete RGW users:

$ ceph nfs export create rgw --cluster-id <cluster_id> --pseudo-path <pseudo_path> --user-id <user-id> [--readonly] [--client_addr <value>...] [--squash <value>]

For example, to export myuser via NFS cluster mynfs at the pseudo-path /myuser to any host in the 192.168.10.0/24 network

$ ceph nfs export create rgw --cluster-id mynfs --pseudo-path /bucketdata --user-id myuser --client_addr 192.168.10.0/24
Doc Type If docs needed, set a value Enhancement
Flags needinfo?(sewagner)
Aron Gunn 2022-01-27 19:59:59 UTC Blocks 2031073
Red Hat Bugzilla 2022-01-31 23:32:07 UTC Assignee sewagner adking
CC sewagner
Ranjini M N 2022-02-16 05:40:13 UTC Doc Text The nfs command now supports exporting complete RGW users:

$ ceph nfs export create rgw --cluster-id <cluster_id> --pseudo-path <pseudo_path> --user-id <user-id> [--readonly] [--client_addr <value>...] [--squash <value>]

For example, to export myuser via NFS cluster mynfs at the pseudo-path /myuser to any host in the 192.168.10.0/24 network

$ ceph nfs export create rgw --cluster-id mynfs --pseudo-path /bucketdata --user-id myuser --client_addr 192.168.10.0/24
.The `ceph nfs export create rgw` command now supports exporting Ceph Object Gateway users

Previously, the `ceph nfs export create rgw` command would only create Ceph Object Gateway exports at the bucket level only

With this release, the command creates the Ceph Object Gateway exports at both the user and bucket level.
+
.Syntax
[source,subs="verbatim,quotes"]
----
ceph nfs export create rgw --cluster-id _CLUSTER_ID_ --pseudo-path _PSEUDO_PATH_ --user-id _USER_ID_ [--readonly] [--client_addr _VALUE_...] [--squash _VALUE_]
----
+
.Example
----
[ceph: root@host01 /]# ceph nfs export create rgw --cluster-id mynfs --pseudo-path /bucketdata --user-id myuser --client_addr 192.168.10.0/24
----
Flags needinfo?(adking)
CC adking, rmandyam
Adam King 2022-02-16 18:29:29 UTC Flags needinfo?(adking)
Aron Gunn 2022-02-21 17:40:29 UTC Docs Contact agunn rmandyam
Ranjini M N 2022-03-08 16:26:54 UTC Doc Text .The `ceph nfs export create rgw` command now supports exporting Ceph Object Gateway users

Previously, the `ceph nfs export create rgw` command would only create Ceph Object Gateway exports at the bucket level only

With this release, the command creates the Ceph Object Gateway exports at both the user and bucket level.
+
.Syntax
[source,subs="verbatim,quotes"]
----
ceph nfs export create rgw --cluster-id _CLUSTER_ID_ --pseudo-path _PSEUDO_PATH_ --user-id _USER_ID_ [--readonly] [--client_addr _VALUE_...] [--squash _VALUE_]
----
+
.Example
----
[ceph: root@host01 /]# ceph nfs export create rgw --cluster-id mynfs --pseudo-path /bucketdata --user-id myuser --client_addr 192.168.10.0/24
----
.The `ceph nfs export create rgw` command now supports exporting Ceph Object Gateway users

Previously, the `ceph nfs export create rgw` command would only create Ceph Object Gateway exports at the bucket level only

With this release, the command creates the Ceph Object Gateway exports at both the user and bucket level.

.Syntax
[source,subs="verbatim,quotes"]
----
ceph nfs export create rgw --cluster-id _CLUSTER_ID_ --pseudo-path _PSEUDO_PATH_ --user-id _USER_ID_ [--readonly] [--client_addr _VALUE_...] [--squash _VALUE_]
----

.Example
----
[ceph: root@host01 /]# ceph nfs export create rgw --cluster-id mynfs --pseudo-path /bucketdata --user-id myuser --client_addr 192.168.10.0/24
----
Ranjini M N 2022-03-09 09:32:48 UTC Doc Text .The `ceph nfs export create rgw` command now supports exporting Ceph Object Gateway users

Previously, the `ceph nfs export create rgw` command would only create Ceph Object Gateway exports at the bucket level only

With this release, the command creates the Ceph Object Gateway exports at both the user and bucket level.

.Syntax
[source,subs="verbatim,quotes"]
----
ceph nfs export create rgw --cluster-id _CLUSTER_ID_ --pseudo-path _PSEUDO_PATH_ --user-id _USER_ID_ [--readonly] [--client_addr _VALUE_...] [--squash _VALUE_]
----

.Example
----
[ceph: root@host01 /]# ceph nfs export create rgw --cluster-id mynfs --pseudo-path /bucketdata --user-id myuser --client_addr 192.168.10.0/24
----
.The `ceph nfs export create rgw` command now supports exporting Ceph Object Gateway users

Previously, the `ceph nfs export create rgw` command would only create Ceph Object Gateway exports at the bucket level.

With this release, the command creates the Ceph Object Gateway exports at both the user and bucket level.

.Syntax
[source,subs="verbatim,quotes"]
----
ceph nfs export create rgw --cluster-id _CLUSTER_ID_ --pseudo-path _PSEUDO_PATH_ --user-id _USER_ID_ [--readonly] [--client_addr _VALUE_...] [--squash _VALUE_]
----

.Example
----
[ceph: root@host01 /]# ceph nfs export create rgw --cluster-id mynfs --pseudo-path /bucketdata --user-id myuser --client_addr 192.168.10.0/24
----
errata-xmlrpc 2022-04-04 08:03:05 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2022-04-04 10:22:22 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2022-04-04 10:22:22 UTC
errata-xmlrpc 2022-04-04 10:22:42 UTC Link ID Red Hat Product Errata RHSA-2022:1174

Back to bug 2017821