Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 873efa1

Browse files
author
Simon Murray
committed
Reload Udev
Should have been udev that needs a reload and not systemd.
1 parent 1bf2aa4 commit 873efa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/service.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
# Oddly I've seen OSD udev rules not applying on Xenial which are
1414
# fixed with a reload
15-
exec { 'ceph::service systemctl reload':
16-
command => '/bin/systemctl daemon-reload',
15+
exec { 'ceph::service udev reload':
16+
command => '/bin/systemctl restart udev',
1717
refreshonly => true,
1818
}
1919
}

0 commit comments

Comments
 (0)