diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2015-05-16 23:58:10 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2015-05-16 23:58:10 +0000 |
commit | d8d34bf4c501a328e90d042211c30bc846a65375 (patch) | |
tree | 4cdf4ca163db8cd4afb2c4cca5ecc2563d5996d8 /sys-cluster/nova | |
parent | version bump (diff) | |
download | gentoo-2-d8d34bf4c501a328e90d042211c30bc846a65375.tar.gz gentoo-2-d8d34bf4c501a328e90d042211c30bc846a65375.tar.bz2 gentoo-2-d8d34bf4c501a328e90d042211c30bc846a65375.zip |
adding missing udev rules file
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-cluster/nova')
-rw-r--r-- | sys-cluster/nova/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/nova/files/openstack-scsi-disk.rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sys-cluster/nova/ChangeLog b/sys-cluster/nova/ChangeLog index 9548a76df15a..38d8c88ee4c7 100644 --- a/sys-cluster/nova/ChangeLog +++ b/sys-cluster/nova/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/nova # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.96 2015/05/16 21:51:48 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.97 2015/05/16 23:58:10 prometheanfire Exp $ + + 16 May 2015; Matthew Thode <prometheanfire@gentoo.org> + +files/openstack-scsi-disk.rules: + adding missing udev rules file 16 May 2015; Matthew Thode <prometheanfire@gentoo.org> +files/scsi-openscsi-link.sh, nova-2015.1.0-r1.ebuild, diff --git a/sys-cluster/nova/files/openstack-scsi-disk.rules b/sys-cluster/nova/files/openstack-scsi-disk.rules new file mode 100644 index 000000000000..ee44d5066291 --- /dev/null +++ b/sys-cluster/nova/files/openstack-scsi-disk.rules @@ -0,0 +1,2 @@ +KERNEL=="sd*", SUBSYSTEM=="block", ENV{ID_BUS}=="scsi", PROGRAM="/etc/nova/scsi-openscsi-link.sh %b $id", SYMLINK+="disk/by-path/%c" + |