[LUDOC-271] Wrong documentation for DNE in admin manual Created: 20/Feb/15 Updated: 04/Apr/17 Resolved: 04/Apr/17 |
|
| Status: | Resolved |
| Project: | Lustre Documentation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Frank Heckes (Inactive) | Assignee: | Joseph Gmitter (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | soak | ||
| Severity: | 3 |
| Rank (Obsolete): | 17561 |
| Description |
|
At top of page 82 of the Lustre admin guide (https://build.hpdd.intel.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.pdf) the instruction for enabling DNE are wrong. They should read as: To relax this restriction and enable remote sub-directories off any MDT, an administrator must issue the command lctl set_param -n mdt.{MDT-device-name}.enable_remote_dir=1. |
| Comments |
| Comment by Peter Jones [ 20/Feb/15 ] |
|
Frank Are you familiar with how to push such corrections? Peter |
| Comment by Frank Heckes (Inactive) [ 20/Feb/15 ] |
|
Peter: Sorry for opening the ticket with wrong target. Many thanks for correcting it. |
| Comment by Peter Jones [ 20/Feb/15 ] |
|
Hopefully https://wiki.hpdd.intel.com/display/PUB/Making+changes+to+the+Lustre+Manual+source helps |
| Comment by Richard Henwood (Inactive) [ 17/Sep/15 ] |
|
Hi Frank, Have you made any progress with this ticket? |
| Comment by Andreas Dilger [ 11/Mar/17 ] |
|
Joe, this looks like a simple one to fix? |
| Comment by Joseph Gmitter (Inactive) [ 11/Mar/17 ] |
|
Andreas: Sure - I'll walk though each of the steps and make sure they are correct and the captured output from commands is also still correct. |
| Comment by Joseph Gmitter (Inactive) [ 15/Mar/17 ] |
|
The instructions also need to be run on the MDS for that MDT when there are multiple MDSs (instead of the mgs). .....To relax this restriction and enable remote sub-directories off any MDT, an administrator must issue the following command on the MDS:
mds# lctl set_param mdt.{MDT-device-name}.enable_remote_dir=1
For Lustre filesystem 'testfs', the command executed is:
mds1# lctl set_param mdt.testfs-MDT0001.enable_remote_dir=1
To verify the configuration setting execute the following command on any MDS:
mds# lctl get_param mdt.*.enable_remote_dir
|
| Comment by Gerrit Updater [ 16/Mar/17 ] |
|
Joseph Gmitter (joseph.gmitter@intel.com) uploaded a new patch: https://review.whamcloud.com/26037 |
| Comment by Joseph Gmitter (Inactive) [ 04/Apr/17 ] |
|
Existing commands work as expected to permanently change the settings. |