mirror of
https://github.com/ceph/ceph
synced 2025-04-04 23:42:13 +00:00
PendingReleaseNotes: add obsoleted mds commands
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
183646c919
commit
cad798d132
@ -1,6 +1,21 @@
|
||||
>= 12.2.0
|
||||
---------
|
||||
|
||||
- *CephFS*:
|
||||
|
||||
* Several "ceph mds" commands have been obsoleted and replaced
|
||||
by equivalent "ceph fs" commands:
|
||||
- mds dump -> fs dump
|
||||
- mds getmap -> fs dump
|
||||
- mds stop -> mds deactivate
|
||||
- mds set_max_mds -> fs set max_mds
|
||||
- mds set -> fs set
|
||||
- mds cluster_down -> fs set cluster_down true
|
||||
- mds cluster_up -> fs set cluster_down false
|
||||
- mds add_data_pool -> fs add_data_pool
|
||||
- mds remove_data_pool -> fs rm_data_pool
|
||||
- mds rm_data_pool -> fs rm_data_pool
|
||||
|
||||
|
||||
12.2.1
|
||||
------
|
||||
|
Loading…
Reference in New Issue
Block a user