aboutsummaryrefslogtreecommitdiff
path: root/Documentation/aoe
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15docs: aoe: add it to the driver-api bookMauro Carvalho Chehab8-315/+0
Those files belong to the admin guide, so add them. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Justin Sanders <[email protected]>
2019-06-14docs: aoe: convert docs to ReST and rename to *.rstMauro Carvalho Chehab5-30/+82
There are only two files within Documentation/aoe dir that are documentation. The remaining ones are examples and shell scripts. Convert the two AoE files to ReST format, and add the others as literal, as they're part of the documentation. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2013-09-11aoe: remove do-nothing NAME="%k" term from example udev rulesEd Cashin1-1/+1
When the example udev rules in the documentation are used without modification, warnings like the one shown below appear in the system logs: /var/log/messages:Aug 22 11:09:11 kung udevd[445]: NAME="%k" \ is superfluous and breaks kernel supplied names, please remove \ it from /etc/udev/rules.d/60-aoe.rules:26 Removing the term does not cause any problems with the creation of the special character and block device nodes. Signed-off-by: Ed Cashin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2012-12-17aoe: allow user to disable target failure timeoutEd Cashin1-1/+3
With this change, the aoe driver treats the value zero as special for the aoe_deadsecs module parameter. Normally, this value specifies the number of seconds during which the driver will continue to attempt retransmits to an unresponsive AoE target. After aoe_deadsecs has elapsed, the aoe driver marks the aoe device as "down" and fails all I/O. The new meaning of an aoe_deadsecs of zero is for the driver to retransmit commands indefinitely. Signed-off-by: Ed Cashin <[email protected]> Cc: Jens Axboe <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2012-10-06aoe: update documentation to better reflect aoe-plus-udev usageEd Cashin4-86/+35
Signed-off-by: Ed Cashin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2012-10-06aoe: update documentation with new URL and VM settings referenceEd Cashin1-3/+6
The old area has a new URL. Also, now that the driver can perform better, it is worth mentioning the VM settings that help aoe to sink dirty pages out early, avoiding unecessary memory pressure when much I/O is going on. Signed-off-by: Ed Cashin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi2-3/+3
Usage of /etc/modprobe.conf file was deprecated by module-init-tools and is no longer parsed by new kmod tool. References to this file are replaced in Documentation, comments and Kconfig according to the context. There are also some references to the old /etc/modules.conf from 2.4 kernels that are being removed. Signed-off-by: Lucas De Marchi <[email protected]> Acked-by: Takashi Iwai <[email protected]> Acked-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2010-08-04Documentation: update broken web addresses.Justin P. Mattock1-1/+1
Below you will find an updated version from the original series bunching all patches into one big patch updating broken web addresses that are located in Documentation/* Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult, the best way to deal with these is to use web.archive.org to locate these addresses that are outdated. Now there are also some addresses pointing to .spec files some are located, but some(after searching on the companies site)where still no where to be found. In this case I just changed the address to the company site this way the users can contact the company and they can locate them for the users. Signed-off-by: Justin P. Mattock <[email protected]> Signed-off-by: Thomas Weber <[email protected]> Signed-off-by: Mike Frysinger <[email protected]> Cc: Paulo Marques <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Michael Neuling <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2008-02-08aoe: user can ask driver to forget previously detected devicesEd L. Cashin2-0/+3
When an AoE device is detected, the kernel is informed, and a new block device is created. If the device is unused, the block device corresponding to remote device that is no longer available may be removed from the system by telling the aoe driver to "flush" its list of devices. Without this patch, software like GPFS and LVM may attempt to read from AoE devices that were discovered earlier but are no longer present, blocking until the I/O attempt times out. Signed-off-by: Ed L. Cashin <[email protected]> Cc: Greg KH <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2008-02-08aoe: clean up udev configuration exampleEd L. Cashin2-8/+12
This patch adds a known default location for the udev configuration file and uses the more recent "==" syntax for SUBSYSTEM and KERNEL. Signed-off-by: Ed L. Cashin <[email protected]> Cc: Greg KH <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2006-10-03Fix typos in Documentation/: 'D'-'E'Matt LaPlante1-1/+1
This patch fixes typos in various Documentation txts. This patch addresses some words starting with the letters 'D'-'E'. Signed-off-by: Matt LaPlante <[email protected]> Signed-off-by: Adrian Bunk <[email protected]>
2006-03-23[PATCH] aoe [2/8]: support dynamic resizing of AoE devicesEd L. Cashin2-0/+3
Allow the driver to recognize AoE devices that have changed size. Devices not in use are updated automatically, and devices that are in use are updated at user request. Signed-off-by: "Ed L. Cashin" <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2005-09-09[PATCH] aoe [1/2]: support 16 AoE slot addresses per AoE shelfEd L Cashin1-2/+4
Change the number of supported AoE slot addresses per AoE shelf address to 16. Signed-off-by: Ed L. Cashin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2005-05-03[PATCH] aoe: update the documentation to mention aoetoolsEd L Cashin1-10/+19
update the documentation to mention aoetools Signed-off-by: Ed L. Cashin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2005-05-03[PATCH] aoe: aoe-stat should work for built-in as well as moduleEd L Cashin1-4/+0
aoe-stat should work for built-in as well as module Signed-off-by: Ed L. Cashin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> diff -uprN a/Documentation/aoe/status.sh b/Documentation/aoe/status.sh
2005-05-03[PATCH] aoe: improve allowed interfaces configurationEd L Cashin1-0/+23
improve allowed interfaces configuration Signed-off-by: Ed L. Cashin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> diff -uprN a/Documentation/aoe/aoe.txt b/Documentation/aoe/aoe.txt
2005-04-18[PATCH] aoe 9/12: add note about the need for deadlock-free sk_buff allocation[email protected]1-0/+14
add note about the need for deadlock-free sk_buff allocation Signed-off-by: Ed L. Cashin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2005-04-18[PATCH] aoe 8/12: document env var for specifying number[email protected]2-0/+2
document env var for specifying number of partitions per dev Signed-off-by: Ed L. Cashin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2005-04-18[PATCH] aoe 4/12: handle distros that have a udev rules[email protected]1-1/+5
handle distros that have a udev rules file instead of dir Signed-off-by: Ed L. Cashin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds7-0/+249
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!