-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ceph: plan for the case ceph VG/LG already exist
It might be a good target to assume the ceph VG and LG have already been created (for example for a softraid situation). In that case the ceph playbook must deal with multiple possibilities: - Is it a new ceph installation or not ? - if it's a new installation, do we already have the ceph VG and LV, in which case we zap them and move to the installation - if the ceph VG and LV don't exist, are we really in a "customized lvm situation" - if we are, then we create what the inventory requires, then move to the installation - if we are not, then we use the whole "ceph_osd_disk" disk and move to the installation This commit adds the "existing ceph VG/LG case". Signed-off-by: Florent CARLI <florent.carli@rte-france.com>
- Loading branch information
1 parent
b32f0cd
commit 0b8c8c3
Showing
2 changed files
with
39 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters