Back to bug 2039741

Who When What Removed Added
RHEL Program Management 2022-01-12 10:42:18 UTC Keywords FutureFeature
Red Hat One Jira (issues.redhat.com) 2022-01-12 10:47:19 UTC Group redhat
Link ID Red Hat Issue Tracker RHCEPH-2953
Madhu Rajanna 2022-01-12 12:08:32 UTC CC mrajanna
Matthias Muench 2022-01-12 14:34:59 UTC CC mmuench
Patrick Donnelly 2022-01-12 15:50:31 UTC Assignee pdonnell vshankar
Madhu Rajanna 2022-01-17 10:56:38 UTC Blocks 2041374
Blocks 2041432
Flags needinfo?(vshankar)
CC vshankar
Venky Shankar 2022-01-17 12:44:19 UTC CC khiremat, rraja
Flags needinfo?(vshankar)
Geo Jose 2022-01-19 12:51:53 UTC CC gjose
Venky Shankar 2022-02-17 14:18:49 UTC Flags needinfo?(vshankar)
CC gfarnum
Venky Shankar 2022-02-28 05:10:02 UTC Flags needinfo?(vshankar)
Venky Shankar 2022-03-04 09:33:38 UTC Flags needinfo?(vshankar)
Flags needinfo?(vshankar)
Venky Shankar 2022-03-04 09:47:19 UTC Link ID Ceph Project Bug Tracker 54472
Venky Shankar 2022-03-04 09:50:31 UTC Flags needinfo?(mrajanna)
Hemanth Kumar 2022-03-07 07:34:49 UTC QA Contact hyelloji ymane
Madhu Rajanna 2022-03-09 08:58:51 UTC Flags needinfo?(mrajanna)
Greg Farnum 2022-03-21 13:13:51 UTC Assignee vshankar nshelke
Madhu Rajanna 2022-03-22 06:18:51 UTC CC nshelke, prasanna.kalever
Flags needinfo?(nshelke) needinfo?(nravinas) needinfo?(prasanna.kalever)
Nikhilkumar Shelke 2022-03-22 10:45:57 UTC Flags needinfo?(nravinas)
Flags needinfo?(nshelke)
Nikhilkumar Shelke 2022-03-22 10:55:26 UTC Flags needinfo?(nravinas) needinfo?(mrajanna)
Nikhilkumar Shelke 2022-03-22 10:58:00 UTC Flags needinfo?(mrajanna)
Madhu Rajanna 2022-03-22 11:32:18 UTC Flags needinfo?(mrajanna) needinfo?(mrajanna) needinfo?(nravinas)
Madhu Rajanna 2022-03-22 11:38:38 UTC Flags needinfo?(nshelke) needinfo?(vshankar)
Nikhilkumar Shelke 2022-03-23 09:28:51 UTC Flags needinfo?(nshelke) needinfo?(mrajanna)
Madhu Rajanna 2022-03-23 10:00:13 UTC Flags needinfo?(mrajanna)
Venky Shankar 2022-03-30 04:58:19 UTC Flags needinfo?(vshankar)
Nikhilkumar Shelke 2022-04-01 08:48:19 UTC Flags needinfo?(nravinas)
Venky Shankar 2022-04-19 15:21:12 UTC Blocks 2072510
Blocks 2072510
Flags needinfo?(nravinas)
Flags needinfo?(nravinas)
Flags needinfo?(nravinas)
Status NEW ASSIGNED
Venky Shankar 2022-05-02 04:31:24 UTC Flags needinfo?(vshankar)
Flags needinfo?(vshankar)
Veera Raghava Reddy 2022-05-10 14:37:01 UTC CC vereddy
Venky Shankar 2022-05-23 13:42:14 UTC Status ASSIGNED POST
Ken Dreyer (Red Hat) 2022-05-24 20:23:12 UTC CC kdreyer
Status POST MODIFIED
Fixed In Version ceph-16.2.8-7.el8cp
errata-xmlrpc 2022-05-24 23:38:52 UTC Status MODIFIED ON_QA
Hemanth Kumar 2022-05-25 09:30:09 UTC CC hyelloji
QA Contact ymane hyelloji
Hemanth Kumar 2022-05-25 09:39:53 UTC QA Contact hyelloji ymane
Red Hat Bugzilla 2022-05-26 08:30:50 UTC CC ceph-qe-bugs
Amarnath 2022-06-09 12:20:29 UTC CC amk
Status ON_QA VERIFIED
Amarnath 2022-06-09 12:21:00 UTC QA Contact ymane amk
Prasanna Kumar Kalever 2022-07-05 05:27:30 UTC Flags needinfo?(prasanna.kalever)
Akash Raj 2022-07-06 07:30:29 UTC Docs Contact akraj
Blocks 2102272
CC akraj
Flags needinfo?(nshelke)
Nikhilkumar Shelke 2022-07-11 04:16:59 UTC Flags needinfo?(nshelke)
Akash Raj 2022-07-12 06:56:37 UTC Doc Text Feature: Adding capability to set, get, update, list and remove custom metadata to CephFS subvolume.

Reason: If CephFS in ODF configured in external mode, user like to use volume/subvolume metadata to store some Openshift specific metadata information, as the PVC/PV/namespace the volumes/subvolumes are coming from. Similar feature of setting metadata to image is already exist for RBD volumes. We are adding similar capability to set, get, update, list and remove custom metadata to CephFS subvolume.

Result: Added following capabilities/APIs
Set custom metadata on the subvolume as a key-value pair using
$ ceph fs subvolume metadata set <vol_name> <subvol_name> <key_name> <value> [--group_name <subvol_group_name>]

Get custom metadata set on the subvolume using the metadata key:
$ ceph fs subvolume metadata get <vol_name> <subvol_name> <key_name> [--group_name <subvol_group_name>]

List custom metadata (key-value pairs) set on the subvolume using
$ ceph fs subvolume metadata ls <vol_name> <subvol_name> [--group_name <subvol_group_name>]

Remove custom metadata set on the subvolume using the metadata key
$ ceph fs subvolume metadata rm <vol_name> <subvol_name> <key_name> [--group_name <subvol_group_name>] [--force]
Doc Type If docs needed, set a value Enhancement
Akash Raj 2022-07-13 07:11:12 UTC Flags needinfo?(nshelke)
Doc Text Feature: Adding capability to set, get, update, list and remove custom metadata to CephFS subvolume.

Reason: If CephFS in ODF configured in external mode, user like to use volume/subvolume metadata to store some Openshift specific metadata information, as the PVC/PV/namespace the volumes/subvolumes are coming from. Similar feature of setting metadata to image is already exist for RBD volumes. We are adding similar capability to set, get, update, list and remove custom metadata to CephFS subvolume.

Result: Added following capabilities/APIs
Set custom metadata on the subvolume as a key-value pair using
$ ceph fs subvolume metadata set <vol_name> <subvol_name> <key_name> <value> [--group_name <subvol_group_name>]

Get custom metadata set on the subvolume using the metadata key:
$ ceph fs subvolume metadata get <vol_name> <subvol_name> <key_name> [--group_name <subvol_group_name>]

List custom metadata (key-value pairs) set on the subvolume using
$ ceph fs subvolume metadata ls <vol_name> <subvol_name> [--group_name <subvol_group_name>]

Remove custom metadata set on the subvolume using the metadata key
$ ceph fs subvolume metadata rm <vol_name> <subvol_name> <key_name> [--group_name <subvol_group_name>] [--force]
.New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added:
Set custom metadata on the subvolume as a key-value pair using:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ <_SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_ <value> [--group_name <subvol_group_name>]
----
Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
Nikhilkumar Shelke 2022-07-13 08:07:45 UTC Flags needinfo?(nshelke)
Akash Raj 2022-07-14 03:19:02 UTC Doc Text .New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added:
Set custom metadata on the subvolume as a key-value pair using:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ <_SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_ <value> [--group_name <subvol_group_name>]
----
Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
.New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added:
Set custom metadata on the subvolume as a key-value pair using:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ <_SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_]
----
Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
Akash Raj 2022-07-20 05:31:03 UTC Doc Text .New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added:
Set custom metadata on the subvolume as a key-value pair using:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ <_SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_]
----
Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
.New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added:
Set custom metadata on the subvolume as a key-value pair using:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ <_SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_]
----
Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
Akash Raj 2022-07-20 05:32:22 UTC Doc Text .New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added:
Set custom metadata on the subvolume as a key-value pair using:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ <_SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_]
----
Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
.New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added.

Set custom metadata on the subvolume as a key-value pair using:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ <_SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_]
----
Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
Akash Raj 2022-07-20 05:38:04 UTC Doc Text .New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added.

Set custom metadata on the subvolume as a key-value pair using:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ <_SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_]
----
Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:
.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
.New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added:

Set custom metadata on the subvolume as a key-value pair using:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_]
----

Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
Akash Raj 2022-08-04 08:03:18 UTC Doc Text .New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added:

Set custom metadata on the subvolume as a key-value pair using:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_]
----

Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
.New capabilities are available for CephFS subvolumes in ODF configured in external mode

If CephFS in ODF is configured in external mode, users like to use volume/subvolume metadata to store some Openshift specific metadata information, such as the PVC/PV/namespace from the volumes/subvolumes.

With this release, the following capabilities to set, get, update, list, and remove custom metadata from `CephFS` subvolume are added.

Set custom metadata on the subvolume as a key-value pair using:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata set _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ _VALUE_ [--group-name _SUBVOLUME_GROUP_NAME_]
----

Get custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata get _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

List custom metadata (key-value pairs) set on the subvolume:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata ls _VOLUME_NAME_ _SUBVOLUME_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ]
----

Remove custom metadata set on the subvolume using the metadata key:

.Syntax
[source,subs="verbatim,quotes"]
----
ceph fs subvolume metadata rm _VOLUME_NAME_ _SUBVOLUME_NAME_ _KEY_NAME_ [--group-name _SUBVOLUME_GROUP_NAME_ ] [--force]
----
errata-xmlrpc 2022-08-09 09:56:12 UTC CC tserlin
Group redhat
Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2022-08-09 17:36:48 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2022-08-09 17:36:48 UTC
errata-xmlrpc 2022-08-09 17:37:20 UTC Link ID Red Hat Product Errata RHSA-2022:5997

Back to bug 2039741