]> git.ipfire.org Git - thirdparty/dracut.git/commit
lvm: lvm.conf (locking_type = 4)
authorMike Snitzer <msnitzer@redhat.com>
Wed, 13 Jan 2010 15:27:49 +0000 (16:27 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 13 Jan 2010 15:29:12 +0000 (16:29 +0100)
commit0fae59d6eb3039628df1413a1007c5b8fe15c9c5
tree8725a66eedc403ee435c50de3b4b9ebf029e6387
parent5c7821b6c552bc43f88c6522729b6a7f087e8f60
lvm:  lvm.conf (locking_type = 4)

- the use of sed is placeholder "hack" until lvm2 provides a proper
  tool for changing lvm.conf
- lvm_scan.sh should run lvm commands with --ignorelockingfailure to
  re-use lvm's existing initrd-specific logic; future lvm2 changes
  will split this flag out into various new command-line switches
- no monitoring should be started from within initramfs
- NOTE: the same should apply to 90dmraid/install
- the correct types would be: '[ "blkext", 1 , "cciss0", 16 ]'
  but lvm2 (>= 2.02.52) already properly supports both 'blkext' and
  'cciss' (including cciss0 -> cciss7)
modules.d/90lvm/install
modules.d/90lvm/lvm_scan.sh