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"
|