This website requires JavaScript.
Explore
Help
Register
Sign In
Archive-Team
/
zfs
Watch
2
Star
0
Fork
You've already forked zfs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
103
Wiki
Activity
c87f958668
zfs
/
udev
/
rules.d
/
.gitignore
5 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update 69-vdev.rules .gitignore Commit 2957f38 renamed 60-vdev.rules to 69-vdev.rules but failed to update the .gitignore file to reflect this change. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2012-12-14 19:45:41 +00:00
69-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 18:34:41 +00: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 17:28:16 +00:00
90-zfs.rules