Ensure mds key are created before starting ceph-mds

The key is required so that ceph-mds service can pull information from
ceph-mon.

Change-Id: I8e9d53a53eedff0bd8f529ea4bd415331139b862
This commit is contained in:
Takashi Kajinami 2023-05-26 17:22:40 +09:00
parent 88b58f0aa3
commit 18055e7d7a
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ class ceph::profile::mds {
secret => $ceph::profile::params::mds_key,
user => 'ceph',
group => 'ceph'
}
} -> Service<| tag == 'ceph-mds' |>
}
}