summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2010-09-15 15:32:27 -0700
committerBrian Behlendorf <[email protected]>2010-09-17 11:02:19 -0700
commita5b4d63582005300c4526c7c15b63294e5408534 (patch)
treec11d0990fd151f03d04d7a57750b6fa51c9b8f6e /configure.ac
parentbbf3a3575c0b5795d3e4ddc27523258dc61ffa88 (diff)
Add [-m map] option to zpool_layout
By default the zpool_layout command would always use the slot number assigned by Linux when generating the zdev.conf file. This is a reasonable default there are cases when it makes sense to remap the slot id assigned by Linux using your own custom mapping. This commit adds support to zpool_layout to provide a custom slot mapping file. The file contains in the first column the Linux slot it and in the second column the custom slot mapping. By passing this map file with '-m map' to zpool_config the mapping will be applied when generating zdev.conf. Additionally, two sample mapping have been added which reflect different ways to map the slots in the dragon drawers.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d42b0c9f5..593271061 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,6 +103,7 @@ AC_CONFIG_FILES([
scripts/zpios-profile/Makefile
scripts/zpios-test/Makefile
scripts/zpool-config/Makefile
+ scripts/zpool-layout/Makefile
scripts/common.sh
zfs.spec
zfs-modules.spec