diff options
author | Alex Crawford <alex.crawford@coreos.com> | 2015-06-04 15:54:35 -0700 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-20 07:17:13 -0400 |
commit | 03638dd242a52cc4ccbe40bd452adc194ab02213 (patch) | |
tree | 4324a9193b941854df1202a5e7b700a47e5bd4b0 /rules/60-block.rules | |
parent | 19d2ceea61ec67efce6fa260d48d7cd99b192bf8 (diff) |
rules: whitelist xvd* devices
Xen disks need to be whitelisted as well.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules/60-block.rules')
-rw-r--r-- | rules/60-block.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/60-block.rules b/rules/60-block.rules index a69d648023..c74caca49f 100644 --- a/rules/60-block.rules +++ b/rules/60-block.rules @@ -8,4 +8,4 @@ ACTION=="add", SUBSYSTEM=="module", KERNEL=="block", ATTR{parameters/events_dfl_ ACTION=="change", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/uevent}="change" # watch metadata changes, caused by tools closing the device node which was opened for writing -ACTION!="remove", SUBSYSTEM=="block", KERNEL=="loop*|nvme*|sd*|vd*", OPTIONS+="watch" +ACTION!="remove", SUBSYSTEM=="block", KERNEL=="loop*|nvme*|sd*|vd*|xvd*", OPTIONS+="watch" |