Conversation
1- Missing sudo command added. (canonical#404) 2 - Steps have been added for the issue : canonical#406
lmlg
left a comment
There was a problem hiding this comment.
lgtm, although I'm wondering if it wouldn't also be possible to specify the ceph.conf path to the specific commands instead of using a symbolic link
| $ sudo ln -s /var/snap/microceph/current/conf/ceph.conf /etc/ceph/ | ||
| $ sudo ln -s /var/snap/microceph/current/conf/ceph.keyring /etc/ceph/ |
There was a problem hiding this comment.
These 2 could be combined to:
$ sudo ln -s /var/snap/microceph/current/conf/ /etc/ceph
There was a problem hiding this comment.
Also look at line 126, 127. These would have to be removed as we are explicitly providing the conf paths.
| Comparing the ceph status output before and after writing the file shows that | ||
| the MicroCeph cluster has grown by 30MiB which is thrice the size of the file | ||
| we wrote (10MiB). This is because MicroCeph configures 3 way replication by default. No newline at end of file | ||
| we wrote (10MiB). This is because MicroCeph configures 3 way replication by default. |
There was a problem hiding this comment.
Is there a change here ?
Yes we can, infact that is what the document does at the moment. I still feel that having a symlink there could be good. (we have plans to do the symlinking automatically from inside microceph soon). |
|
@ismailkayi please sign your commits using a GPG key. ref. This is required for all contributions to be accepted for MicroCeph (check failing CI test) |
1- Missing sudo command added. (#404)
2 - Steps have been added for the issue : #406
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the addition/modification of tests done to verify this change. Please also list any relevant details for your test configuration.
Contributor's Checklist
Please check that you have: