-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing storage.filesystem syncrhonization (#413)
The Storage.Filesystem synchronization is failing for AIO-DX because the 'ceph' host filesystem is created during the first unlock of the controllers. The host profile must not have the 'ceph' filesystem, but the current config will have it after the unlock, because the sysinv will create that automatically to support the 3 Ceph monitors. This fix will ignore the 'ceph' filesystem synchronization when this is an AIO-DX deployment. Test-Plan PASS: Deploy an AIO-DX and check both controllers are InSync and Reconciled PASS: Deploy a Standard and check all the hosts are InSync and Reconciled Signed-off-by: Felipe Sanches Zanoni <[email protected]>
- Loading branch information
1 parent
8759552
commit 024e3ef
Showing
1 changed file
with
44 additions
and
9 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