File: 51-ec2-xen-vbd-devices.rules

package info (click to toggle)
amazon-ec2-utils 2.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: sh: 226; python: 131; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the MIT License. See the LICENSE accompanying this file
# for the specific language governing permissions and limitations under
# the License.

# Set ID_PATH for xen virtual block devices (vbd) which are no longer
# set by udev in systemd versions post v184 thus preserving prior
# behaviour and with by-path links generated by corresponding rules from
# 60-persistent-storage.rules
SUBSYSTEM=="block", SUBSYSTEMS=="xen", DRIVERS=="vbd", ENV{ID_PATH}="xen-%b", ENV{ID_PATH_TAG}="xen-%b"