mirror of
https://github.com/ceph/ceph
synced 2024-12-30 15:33:31 +00:00
ceph-volume lvm.trigger enable objectstore auto detection for activate
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
5696fed09b
commit
f579ef0702
@ -67,4 +67,4 @@ class Trigger(object):
|
||||
args = parser.parse_args(self.argv)
|
||||
osd_id = parse_osd_id(args.systemd_data)
|
||||
osd_uuid = parse_osd_uuid(args.systemd_data)
|
||||
Activate([osd_id, osd_uuid]).main()
|
||||
Activate(['--auto-detect-objectstore', osd_id, osd_uuid]).main()
|
||||
|
Loading…
Reference in New Issue
Block a user