This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2024-11-18 02:20:59 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ca8b5af89d
mirror_zfs
/
udev
/
rules.d
/
.gitignore
5 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove autotools products Remove all of the generated autotools products from the repository and update the .gitignore files accordingly. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #718
2012-08-27 05:10:24 +04:00
60-vdev.rules
Set cmd paths in udev rules using --prefix The udev/rules.d scripts must use absolute paths to their support binaries. However, where those binaries get installed depends on what --prefix was set to when the package was configured. This change makes the udev/rules.d helpers to *.in files which are processed by configure. This allows them to be dynamically updated to include the specified --prefix. Additionally, this change updates 60-zvol.rules to handle both the 'add' and 'change' actions. This ensures that that all valid zvol devices are correctly linked.
2011-03-24 21:34:41 +03:00
60-zpool.rules
60-zvol.rules
Move 90-zfs udev rule from dracut to udev/rules.d This rule does not need to be dracut specific. Automatically loading the zfs module stack when a zfs device is detected is usually desirable. My only concern is that this might cause trouble for large pools where we don't want to automatically import the pool until all the disks are available. However, we'll cross that bridge when we come to it. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2011-08-06 21:28:16 +04:00
90-zfs.rules
Reference in New Issue
Copy Permalink