mirror of
https://github.com/ceph/ceph
synced 2024-12-09 13:08:28 +00:00
446641aa34
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
# Check gpt partion for ceph tags and activate
|
|
ACTION=="add", SUBSYSTEM=="block", \
|
|
ENV{DEVTYPE}=="partition", \
|
|
ENV{ID_PART_TABLE_TYPE}=="gpt", \
|
|
RUN+="/usr/sbin/ceph-disk-udev $number $name $parent"
|