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
Luis Henriques
35191fa4ad
doc/cephfs: update kernel client quotas support info
...
Signed-off-by: Luis Henriques <lhenriques@suse.com>
2018-04-18 16:33:57 +01:00
Patrick Donnelly
4e9ffffb95
doc: update upgrade procedure and release notes
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-04-17 11:26:56 -07:00
Douglas Fuller
7d97a6e6f8
cephfs: kill allow_dirfrags
...
As dirfrags are now standard in CephFS, remove the machinery for
tracking and enabling this feature.
ceph fs set <fs> allow_dirfrags is now deprecated and prints a warning
message.
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
2018-04-17 11:01:03 -07:00
Douglas Fuller
a950bccfd1
cephfs: Change behavior of cluster_down flag
...
Setting the cluster_down flag will now set all active MDS
to standby and clearing it will restore the previous max_mds.
Changing max_mds when the cluster_down flag is set will clear the
flag automatically.
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
2018-04-17 11:01:03 -07:00
Patrick Donnelly
f1a733e683
Merge PR #21265 into master
...
* refs/pull/21265/head:
doc: outline steps to take CephFS fs down
Reviewed-by: Douglas Fuller <dfuller@redhat.com>
2018-04-11 10:30:42 -07:00
Patrick Donnelly
3ab655b55d
Merge PR #21263 into master
...
* refs/pull/21263/head:
doc: outline upgrade procedure for mds cluster
Reviewed-by: Douglas Fuller <dfuller@redhat.com>
2018-04-09 08:59:11 -07:00
Patrick Donnelly
9aa13bf0b0
doc: outline steps to take CephFS fs down
...
Fixes: https://tracker.ceph.com/issues/23427
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-04-05 20:06:29 -07:00
Patrick Donnelly
baa59f3821
doc: outline upgrade procedure for mds cluster
...
Fixes: http://tracker.ceph.com/issues/23568
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-04-05 16:09:00 -07:00
Ramana Raja
4eeea7c0f3
doc: fix typos and other minor errors in cephfs-nfs doc
...
Signed-off-by: Ramana Raja <rraja@redhat.com>
2018-04-04 15:12:02 +05:30
Patrick Donnelly
d4ee7b5056
Merge PR #20915 into master
...
* refs/pull/20915/head:
Add config doc for exporting CephFS over NFS
Reviewed-by: Jeff Layton <jlayton@redhat.com>
2018-04-03 12:52:48 -07:00
Patrick Donnelly
8b7892f6c9
Merge PR #20855 into master
...
* refs/pull/20855/head:
client: add the fuse parameter max_write
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-04-02 21:15:20 -07:00
Ramana Raja
c33cba3230
Add config doc for exporting CephFS over NFS
...
... using NFS-Ganesha NFS server.
Fixes: https://tracker.ceph.com/issues/23271
Signed-off-by: Ramana raja <rraja@redhat.com>
2018-04-02 18:10:43 +05:30
Patrick Donnelly
0e3d5653e4
Merge PR #20927 into master
...
* refs/pull/20927/head:
doc: use actual entity address for clarity
doc: make minor grammatical rectifications
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-03-29 14:03:36 -07:00
Rishabh Dave
f723aa1474
doc: use actual entity address for clarity
...
Fixes: https://tracker.ceph.com/issues/23334
Signed-off-by: Rishabh Dave <ridave@redhat.com>
2018-03-26 12:02:44 +05:30