Patrick Donnelly
78b65e925a
Merge PR #30348 into master
...
* refs/pull/30348/head:
doc: Add a new document on Dynamic Metadata Management in CephFS
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-23 19:36:17 -07:00
Sidharth Anupkrishnan
05bdceb1f7
doc: Add a new document on Dynamic Metadata Management in CephFS
...
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
2019-09-23 19:57:26 +05:30
Sage Weil
7b988e9fe1
doc: remove all pg_num arguments to 'osd pool create'
...
Also, update the dicussion about pg_num and pool creation, with a reference
to the autoscaler.
Signed-off-by: Sage Weil <sage@redhat.com>
2019-09-22 16:58:33 -05:00
Patrick Donnelly
7bce31f0b0
Merge PR #30427 into master
...
* refs/pull/30427/head:
doc/cephfs: correct a description mistake about mds states
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-21 22:05:07 -07:00
Jeff Layton
9c406d0ab3
mon: deprecate CephFS inline_data support
...
The plan is to start deprecating this feature now so that we can remove
it in a future release. Change it to require the
--yes-i-really-really-mean-it flag, and to emit a custom
warning when that isn't specified.
For now, we leave the testing in place since we do want to be notified
if something breaks before we're ready to rip it out completely.
Fixes: https://tracker.ceph.com/issues/41311
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2019-09-19 09:15:13 -04:00
Sidharth Anupkrishnan
d579b10c20
doc: Update documentation for LazyIO
...
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
2019-09-19 15:23:59 +05:30
Xiao Guodong
7b5497d77a
doc/cephfs: correct a description mistake about mds states
...
Fixes: http://tracker.ceph.com/issues/41893
Signed-off-by: Xiao Guodong <xiaogd@inspur.com>
2019-09-17 19:28:19 +08:00
Ramana Raja
aebf75c9df
doc: add ceph fs volumes and subvolumes documentation
...
Fixes: https://tracker.ceph.com/issues/40689
Signed-off-by: Ramana Raja <rraja@redhat.com>
2019-09-17 15:56:47 +05:30
Patrick Donnelly
10cb50f994
Merge PR #29817 into master
...
* refs/pull/29817/head:
doc: document that the kcephfs mount helper will search keyring files for secrets
mount.ceph: fork a child to get info from local configuration
mount.ceph: track mon string and path inside ceph_mount_info
mount.ceph: add name and secret to ceph_mount_info
mount.ceph: add ceph_mount_info structure
mount.ceph: clean up debugging output and error messages
mount.ceph: clean up return codes
mount.ceph: add comment explaining why we need to modprobe
mount.ceph: use bools for flags
common: have read_secret_from_file return negative error codes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-16 16:49:39 -07:00
Patrick Donnelly
b50295e3ef
Merge PR #30265 into master
...
* refs/pull/30265/head:
doc: add a new document on CephFS distributed metadata cache
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-16 11:36:10 -07:00
Jeff Layton
29bb00c8e8
doc: add a new document on CephFS distributed metadata cache
...
Fixes: https://tracker.ceph.com/issues/41451
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2019-09-16 14:35:07 -04:00
Jeff Layton
551b271af4
doc: document that the kcephfs mount helper will search keyring files for secrets
...
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2019-09-13 08:15:55 -04:00
Patrick Donnelly
d2f705a2f2
doc: update CephFS overview in introductory page
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-10 09:37:41 -07:00
Patrick Donnelly
e7a7cf429e
doc: filesystem to file system
...
"Filesystem" is not a word (although fairly common in use).
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-09-10 08:43:28 -07:00
Venky Shankar
05d17994a8
doc: document scrub summary in ceph status output
...
Fixes: https://tracker.ceph.com/issues/36370
Signed-off-by: Venky Shankar <vshankar@redhat.com>
2019-08-06 02:33:09 -04:00
Konstantin Shalygin
3e72a58698
doc: mds-config-ref: update 'mds_log_max_segments' value.
...
Also drop options that not exists on code:
* mds_log_max_expiring
* mds_log_eopen_size
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
2019-07-31 10:35:08 +07:00
Patrick Donnelly
67f81c7214
Merge PR #29300 into master
...
* refs/pull/29300/head:
doc: fix youtube channel url
doc: fix urls in posix.rst
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-07-25 16:19:24 -07:00
Jos Collin
c5c5f031f7
doc: fix urls in posix.rst
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2019-07-25 10:03:12 +05:30
Jos Collin
9db12b5fe8
doc: Update mount CephFS index
...
Updated based on the discussion:
https://github.com/ceph/ceph/pull/28900#discussion_r301812933
Signed-off-by: Jos Collin <jcollin@redhat.com>
2019-07-25 07:09:26 +05:30
Patrick Donnelly
22ed9709a9
Merge PR #28900 into master
...
* refs/pull/28900/head:
doc: Update troubleshooting.rst
doc: drop kernel-client-troubleshooting.rst
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-07-17 11:53:58 -07:00
Patrick Donnelly
a256c42d47
doc/cephfs: improve add/remove MDS section
...
Include hardware details and update language for modern tools.
Fixes: http://tracker.ceph.com/issues/39620
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-07-12 17:11:12 -07:00
Jos Collin
4d5d6272b3
doc: Update troubleshooting.rst
...
* Updated troubleshooting.rst as kernel-client-troubleshooting.rst
is dropped.
* Added troubleshooting references in fuse.rst and kernel.rst
Signed-off-by: Jos Collin <jcollin@redhat.com>
2019-07-12 09:48:22 +05:30
Patrick Donnelly
6ad502ce82
Merge PR #28236 into master
...
* refs/pull/28236/head:
doc: Fix incorrect indentations in cephfs-shell
doc: Add usage for stat command in cephfs-shell
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-06-04 12:11:23 -07:00
Patrick Donnelly
ffda69a4ab
Merge PR #28300 into master
...
* refs/pull/28300/head:
doc: cephfs: add section on fsync error reporting to posix.rst
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2019-06-03 11:28:47 -07:00
Nathan Fish
46a9d1b78c
doc: Add warning that the root directory cannot be fragmented
...
Documents: #39704
Signed-off-by: Nathan Fish <lordcirth@gmail.com>
2019-05-31 16:38:22 -04:00
Jeff Layton
b52d85c2a7
doc: cephfs: add section on fsync error reporting to posix.rst
...
Fixes: http://tracker.ceph.com/issues/24641
Signed-off-by: Jeff Layton <jlayton@redhat.com>
2019-05-29 14:47:28 -04:00
Varsha Rao
bb0cb3ba40
doc: Fix incorrect indentations in cephfs-shell
...
Signed-off-by: Varsha Rao <varao@redhat.com>
2019-05-24 16:12:16 +05:30
Varsha Rao
fc214c1d45
doc: Add usage for stat command in cephfs-shell
...
Signed-off-by: Varsha Rao <varao@redhat.com>
2019-05-24 16:11:54 +05:30
Patrick Donnelly
06e0a312d4
doc: fix boot transition in mds state diagram
...
MDSMonitor assigns a booting MDS immediately to standby. From there, the
standby may be promoted to standby-replay or some state leading to active.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-04-18 12:51:23 -07:00
Patrick Donnelly
c5e8c22ab6
Merge PR #27412 into master
...
* refs/pull/27412/head:
doc: add doc for blacklisting older CephFS clients
Reviewed-by: Barbora Ančincová <bara@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
2019-04-09 06:17:43 -07:00
Patrick Donnelly
19372b8492
doc: add doc for blacklisting older CephFS clients
...
Fixes: http://tracker.ceph.com/issues/39130
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-04-08 10:56:38 -07:00
Varsha Rao
a8182288e5
docs: Add note to execute cephfs-shell
...
Signed-off-by: Varsha Rao <varao@redhat.com>
2019-04-08 16:22:24 +05:30
Kefu Chai
dbc32e518a
Merge pull request #27379 from xenolinux/wip-fix-bug1
...
doc : fixed capitalization
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-04-05 13:48:58 +08:00
Servesha Dudhgaonkar
2808373129
doc : fixed capitalization
...
Signed-off-by: Servesha Dudhgaonkar <sdudhgao@redhat.com>
2019-04-04 19:09:38 +05:30
Varsha Rao
ceaf3bcf44
doc: Add usage for shortcuts command in cephfs-shell
...
Signed-off-by: Varsha Rao <varao@redhat.com>
2019-04-04 15:53:41 +05:30
Yan, Zheng
8ebd0fb74a
doc: add doc for cephfs lazyio
...
Fixes: http://tracker.ceph.com/issues/38729
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
2019-03-27 10:29:07 +08:00
Sage Weil
08e2b6ada2
doc/cephfs/nfs: update ceph.conf example
...
and reference 'ceph config generate-minimal-conf'
Signed-off-by: Sage Weil <sage@redhat.com>
2019-03-17 23:16:49 -05:00
Patrick Donnelly
4e36305be5
doc: add scrub link for nautilus release notes
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-03-15 10:15:58 -07:00
Venky Shankar
a83c0f8953
doc: add cephfs scrub related admin document
...
Fixes: http://tracker.ceph.com/issues/38728
Signed-off-by: Venky Shankar <vshankar@redhat.com>
2019-03-15 15:05:27 +05:30
Patrick Donnelly
145c37c048
doc: add CephFS notes for nautilus
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-03-13 11:51:06 -07:00
Patrick Donnelly
77a69405f9
doc: update documentation for standby-replay
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-02-27 21:39:18 -08:00
Patrick Donnelly
35412684b6
doc: update doc on new recall config
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-02-05 10:08:15 -08:00
Patrick Donnelly
cae0756639
Merge PR #25973 into master
...
* refs/pull/25973/head:
qa: use simpler fs fail to bring fs down
MDSMonitor: add fs fail command
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Douglas Fuller <dfuller@redhat.com>
2019-01-19 17:18:08 -08:00
Patrick Donnelly
5be993d36c
doc: complete documentation for ceph fs administration commands
...
Fixes: http://tracker.ceph.com/issues/24580
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-01-16 06:42:08 -08:00
Patrick Donnelly
4c49f165ec
MDSMonitor: add fs fail command
...
This command sets the fs as not joinable and fails all ranks. This is a simpler
command than the typical sequence: (a) set fs not joinable; (b) iterate through
and fail ranks. It also does this in a single FSMap update.
Fixes: http://tracker.ceph.com/issues/37085
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-01-15 14:22:48 -08:00
Yan, Zheng
01089652d3
tools/cephfs: make 'cephfs-data-scan scan_links' update inotable
...
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
2019-01-07 16:49:31 +08:00
Venky Shankar
1eb33745a8
test: switch using "scrub start" tell interface to initiate scrub
...
... and fixup doc too.
Signed-off-by: Venky Shankar <vshankar@redhat.com>
2019-01-02 08:51:00 -05:00
Kefu Chai
0e5bdd9d56
librados: remove rados_tmap_*
...
we have switched from tmap to omap long ago.
but keep the server side implementation around, in case ancient
client is still using these tmap APIs.
also, tmap_update() is kept, because librbd is using it for v1 image
backward compatibility.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-11-07 14:05:25 -08:00
Scoots Hamilton
169824444e
doc: numbered eviction situations
...
Signed-off-by: Scoots Hamilton <scoots@redhat.com>
2018-10-18 11:57:09 -04:00
Scoots Hamilton
9352899618
removed warning for resolved errata
...
Signed-off-by: Scoots Hamilton <scoots@redhat.com>
2018-10-15 11:23:31 -04:00
Patrick Donnelly
d97e479dec
Merge PR #24367 into master
...
* refs/pull/24367/head:
doc: Fix typo error on cephfs/fuse/
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-10-02 17:47:45 -07:00
Patrick Donnelly
5f8ed7e4f8
Merge PR #24362 into master
...
* refs/pull/24362/head:
doc: fix broken fstab url in cephfs/fuse
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-10-02 17:46:05 -07:00
Karun Josy
d312cdbd36
doc: Fix typo error on cephfs/fuse/
...
Fixes: http://tracker.ceph.com/issues/36180
Signed-off-by: Karun Josy <kjosy@redhat.com>
2018-10-02 17:23:54 +05:30
Jos Collin
18ec0ed5de
doc: fix broken fstab url in cephfs/fuse
...
Fixes: http://tracker.ceph.com/issues/36286
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-10-02 10:36:55 +05:30
Jos Collin
d7ff7cbb5f
doc: misc fixes cephfs-shell
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-10-01 09:20:06 +05:30
Patrick Donnelly
c0ba741a6e
Merge PR #24158 into master
...
* refs/pull/24158/head:
cephfs: remove vestiges of mds deactivate
Reviewed-by: Douglas Fuller <dfuller@redhat.com>
2018-09-24 14:39:45 -07:00
Kefu Chai
5ee1fd2c32
doc: fix typos
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-09-21 12:41:42 +08:00
Patrick Donnelly
f113fa80a9
cephfs: remove vestiges of mds deactivate
...
Fixes: http://tracker.ceph.com/issues/24001
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-09-19 15:23:38 -07:00
Patrick Donnelly
29f159fdec
Merge PR #24052 into master
...
* refs/pull/24052/head:
doc: update mds stat output
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
2018-09-12 09:14:28 -07:00
Jos Collin
1485e86a2c
doc: update mds stat output
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-09-12 10:27:22 +05:30
Patrick Donnelly
e78115ef3b
Merge PR #23728 into master
...
* refs/pull/23728/head:
doc: suppored features of kernel client
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-09-11 10:44:04 -07:00
Patrick Donnelly
c4c788db31
Merge PR #23824 into master
...
* refs/pull/23824/head:
doc/cephfs: add notes on application best practices
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2018-09-11 10:14:20 -07:00
Yan, Zheng
f7ace59e53
doc: suppored features of kernel client
...
Fixes: http://tracker.ceph.com/issues/27209
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
2018-09-11 21:40:20 +08:00
John Spray
8279d8713e
doc/cephfs: add notes on application best practices
...
Signed-off-by: John Spray <john.spray@redhat.com>
2018-09-10 15:53:42 +01:00
huanwen ren
821b6b486c
Merge pull request #23836 from sepia-liu/wip-cephfuse-doc
...
doc/cephfs: fixup add/remove mds docs
2018-09-06 18:50:57 +08:00
李丙洋 10208981
1b82e61379
doc: Fix Spelling Error of Cephfs Shell
...
Signed-off-by: Li Bingyang <li.bingyang1@zte.com.cn>
2018-09-04 17:22:17 +08:00
liu wei
a77ca3357c
doc/cephfs: fixup add/remove mds docs
...
Signed-off-by: liu wei <liu.wei8196@zte.com.cn>
2018-09-03 23:13:59 +08:00
Chen Zhenghua
4108ecdb2c
doc: fix cephfs spelling errors
...
Signed-off-by: Chen Zhenghua <chen.zhenghua@zte.com.cn>
2018-08-28 09:49:36 +08:00
Chen Zhenghua
8fad5a5810
doc: fix spelling errors of cephfs
...
Signed-off-by: Chen Zhenghua <chen.zhenghua@zte.com.cn>
2018-08-27 10:56:24 +08:00
Venky Shankar
28a52d6fa1
doc: document cap revoke non-responders client eviction
...
Fixes: http://tracker.ceph.com/issues/25188
Signed-off-by: Venky Shankar <vshankar@redhat.com>
2018-08-21 01:58:55 -04:00
Patrick Donnelly
84fa8ad720
Merge PR #23543 into master
...
* refs/pull/23543/head:
tools/cephfs: make cephfs-data-scan prints the max used ino
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-08-20 15:11:17 -07:00
Sage Weil
8f3560d4ed
Merge PR #22879 into master
...
* refs/pull/22879/head:
doc/rados/operations/user-management: document 'network' clause of moncap and osdcap
mds/SessionMap: make Session::connection private
mds/MDSAuthCaps: parse and enforce network restriction
mds/MDSAuthCaps: pass addr to is_capable
mds/SessionMap: track socket_addr for each Session
osd/OSDCap: enforce network restriction
osd/OSDCap: take addr arg to is_capable
osd/OSDCap: parse 'network' clause in grant
mon: adapt MonCap network checks to addrvecs
mon/MonCap: enforce network constraint (if present)
mon/MonCap: take addr for MonCap::is_capable
mon/MonCap: parse 'network ...' suffix
osd: add peer_socket_addr to Session
mon: use addrvec for RoutedRequest and MForward
msg/Connection: add get_peer_socket_addr()
common/ipaddr: add network_contains() helper
common/ipaddr: add parse_network helper
common/ipaddr: expose netmask_ipv[46]
Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2018-08-13 08:48:14 -05:00
Yan, Zheng
e943ff0b8f
tools/cephfs: make cephfs-data-scan prints the max used ino
...
Fixes: http://tracker.ceph.com/issues/26925
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
2018-08-13 10:37:21 +08:00
Sage Weil
d7596a74e1
doc/rados/operations/user-management: document 'network' clause of moncap and osdcap
...
Signed-off-by: Sage Weil <sage@redhat.com>
2018-08-12 17:03:20 -05:00
Pavani Rajula
ab70dffdb2
tools/cephfs-shell: added support for batch file processing and to execute commands from arguments.
...
Fixes:http://tracker.ceph.com/issues/26853
Fixes:http://tracker.ceph.com/issues/26855
Signed-off-by: Pavani Rajula <rpavani1998@gmail.com>
2018-08-12 22:08:38 +05:30
Patrick Donnelly
059d21a370
Merge PR #23462 into master
...
* refs/pull/23462/head:
doc: cleanup in cephfs/capabilities
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-08-08 09:40:21 -07:00
Jos Collin
0334172770
doc: cleanup in cephfs/capabilities
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-08-07 10:00:04 +05:30
Patrick Donnelly
05eac20821
doc: add cephfs-shell to cephfs doc index
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-08-03 09:20:45 -07:00
Pavani Rajula
a4a96a4aa9
cephfs-shell: add new CephFS shell
...
The CephFS shell is an alternative client to access CephFS without mounting in
the usual way. The shell provides commands to interactively access the file
system, like put, ls, chmod, etc.
Fixes: http://tracker.ceph.com/issues/24286
Signed-off-by: Pavani Rajula <rpavani1998@gmail.com>
2018-08-03 09:17:28 -07:00
Jos Collin
152f4fba1e
doc: s/Ceph FS/CephFS
...
Fixes: https://github.com/ceph/ceph/pull/22784#discussion_r200755460
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-07-28 19:59:33 +05:30
Patrick Donnelly
6962b4eb9b
doc: create mds state documentation
...
Fixes: http://tracker.ceph.com/issues/22989
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-07-24 13:17:21 -07:00
Zhu Shangzhong
3c1cb0f313
doc: fix some errors in the cephfs-journal-tool
...
Signed-off-by: Zhu Shangzhong <zhu.shangzhong@zte.com.cn>
2018-07-16 15:16:29 +08:00
Patrick Donnelly
c05a7473d0
Merge PR #22784 into master
...
* refs/pull/22784/head:
doc: fix Ceph FS
doc: new label and glossary url
doc: drop linking to itself
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-07-10 14:23:53 -07:00
John Spray
82f9960162
doc/cephfs: make scary DR bits less prominent
...
I'm sure people will still find them, but let's at least
force people to click through one more time to get to the
commands that can damage your cluster.
Also, the ".. danger" directive at the top of the page
wasn't actually getting special formatting, so I changed
it to a ".. warning" which is red.
Signed-off-by: John Spray <john.spray@redhat.com>
2018-07-10 10:52:52 +01:00
Jos Collin
1660ef0569
doc: fix Ceph FS
...
s/Ceph FS/CephFS
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-07-07 07:23:22 +05:30
Jos Collin
81c0a328ac
doc: new label and glossary url
...
Let the other docs link Ceph Filesystem glossary from outside.
If the user wants then let him visit the Ceph Filesystem doc(s)
from the glossary.
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-07-07 07:23:15 +05:30
Jos Collin
1ea691f313
doc: drop linking to itself
...
drop unnecessary linking to its own smaller definition.
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-07-07 07:03:58 +05:30
John Spray
361896bbb6
doc/cephfs: remove lingering "experimental" note about multimds
...
Signed-off-by: John Spray <john.spray@redhat.com>
2018-07-04 14:13:40 +01:00
Patrick Donnelly
4309d7ce1f
Merge PR #22560 into master
...
* refs/pull/22560/head:
qa/fs/upgrade/snaps: whitelist inconsistent rstat
mds: track snapshot count in rstat
mds: add MAY_SNAPSHOT in MDSAuthCaps
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-06-27 14:19:03 -07:00
Jos Collin
9ed1158e1d
doc: update experimental features - snapshots
...
* drop the experimental warning of multi-MDS
* update snapshotting blocked off version
* update Multiple filesystems availability in Jewel
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-06-27 14:21:33 +05:30
Jos Collin
1586580d33
doc: highlight the flags
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-06-21 14:16:32 +05:30
Yan, Zheng
0bb08cf307
mds: add MAY_SNAPSHOT in MDSAuthCaps
...
For controlling whether a client is allowed to create or delete
snapshots
Fixes: http://tracker.ceph.com/issues/24284
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
2018-06-19 17:08:39 +08:00
Patrick Donnelly
2f7918488b
Merge PR #22338 into master
...
* refs/pull/22338/head:
doc: update toctree for add-remove-mds.rst
doc: create add/remove metadata server
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-06-06 15:27:19 -07:00
Jos Collin
08334cc2d5
doc: update toctree for add-remove-mds.rst
...
Fixes: http://tracker.ceph.com/issues/24093
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-06-01 18:49:58 +05:30
Jos Collin
bf34da0ee7
doc: create add/remove metadata server
...
A new doc is created based on https://github.com/ceph/ceph/pull/22035#pullrequestreview-121600153 .
Fixes: http://tracker.ceph.com/issues/24093
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-06-01 18:49:46 +05:30
Patrick Donnelly
a89865b320
doc/releases: update CephFS mimic notes
...
Fixes: http://tracker.ceph.com/issues/23775
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-05-24 15:38:31 -07:00
Jos Collin
d756656e24
align lspools output in file-layouts and manual-freebsd-deployment
...
align as per 50dc08cffd
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-05-11 13:45:03 +05:30
Jos Collin
9a9b1515f4
Fixed configuration setting standby_replay
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-05-10 09:56:23 +05:30
Jos Collin
2b64dbf51d
Fixed the order of configuration
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-05-10 09:54:44 +05:30
Patrick Donnelly
8b3b7dbefa
Merge PR #21499 into master
...
* refs/pull/21499/head:
doc/cephfs: update kernel client quotas support info
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
2018-04-19 16:15:28 -07:00