2
ACTION!="add|change", GOTO="cloud_init_end"
3
SUBSYSTEM!="block", GOTO="cloud_init_end"
4
ATTRS{ID_VENDOR}!="Msft", GOTO="cloud_init_end"
5
ATTRS{ID_MODEL}!="Virtual_Disk", GOTO="cloud_init_end"
7
# Root has a GUID of 0000 as the second value
8
# The resource/resource has GUID of 0001 as the second value
9
ATTRS{device_id}=="?00000000-0000-*", ENV{fabric_name}="azure_root", GOTO="ci_azure_names"
10
ATTRS{device_id}=="?00000000-0001-*", ENV{fabric_name}="azure_resource", GOTO="ci_azure_names"
14
LABEL="ci_azure_names"
15
ENV{DEVTYPE}=="disk", SYMLINK+="disk/cloud/$env{fabric_name}"
16
ENV{DEVTYPE}=="partition", SYMLINK+="disk/cloud/$env{fabric_name}-part%n"
18
LABEL="cloud_init_end"