Skip to content

Commit

Permalink
ceph-disk: fix typos in udev rules
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Dachary <[email protected]>
  • Loading branch information
ldachary committed Sep 22, 2015
1 parent b86d9fd commit cc13fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions udev/95-ceph-osd.rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ACTION=="change", SUBSYSTEM=="block", \
ENV{ID_PART_ENTRY_TYPE}=="45b0969e-9b03-4f30-b4c6-b4b80ceff106", \
OWNER="ceph", GROUP="ceph", MODE="660"

# MPATH_JOURNAL_UUID
# MPATH_OSD_UUID
ACTION=="add", SUBSYSTEM=="block", \
ENV{ID_PART_ENTRY_TYPE}=="4fbd7e29-8ae0-4982-bf9d-5a8d867af560", \
OWNER:="ceph", GROUP:="ceph", MODE:="660", \
Expand All @@ -27,7 +27,7 @@ ACTION=="change", SUBSYSTEM=="block", \
ENV{ID_PART_ENTRY_TYPE}=="4fbd7e29-8ae0-4982-bf9d-5a8d867af560", \
OWNER="ceph", GROUP="ceph", MODE="660"

# MATH_OSD_UUID
# MPATH_JOURNAL_UUID
ACTION=="add", SUBSYSTEM=="block", \
ENV{ID_PART_ENTRY_TYPE}=="45b0969e-8ae0-4982-bf9d-5a8d867af560", \
OWNER:="ceph", GROUP:="ceph", MODE:="660", \
Expand Down

0 comments on commit cc13fa0

Please sign in to comment.