openstackgerrit | jacky06 proposed openstack/openstack-helm-docs master: Update the home-page to openstack-helm-docs https://review.openstack.org/626186 | 02:51 |
---|---|---|
*** phuoc has joined #openstack-helm | 06:50 | |
openstackgerrit | Merged openstack/openstack-helm-docs master: Update the home-page to openstack-helm-docs https://review.openstack.org/626186 | 12:15 |
*** dims has joined #openstack-helm | 14:42 | |
openstackgerrit | Craig Anderson proposed openstack/openstack-helm master: Fully Document node/nodelabel override capability https://review.openstack.org/627192 | 15:40 |
*** phuoc has quit IRC | 16:20 | |
openstackgerrit | Merged openstack/openstack-helm-infra master: [Ceph] Update rbd-provisioner and cephfs-provisioner https://review.openstack.org/625403 | 16:43 |
*** krypto has joined #openstack-helm | 18:29 | |
krypto | hi all in airship deployment guide its mentioned that on same disk journal and OSD can be run without having a shared journal disk.But osd is failing to come up with error its not a block device[ceph-disk zap /dev/sdb2] | 18:32 |
krypto | - data: | 18:32 |
krypto | type: block-logical | 18:32 |
krypto | location: /dev/sdb2 | 18:32 |
krypto | journal: | 18:32 |
krypto | type: directory | 18:32 |
krypto | location: /var/lib/openstack-helm/ceph/journal0/journal-sdb | 18:32 |
krypto | this is how i configured my value file ..i have manually created both the partitions (sdb1 is 5G with type OSD Journal and XFS filesyestem and sdb2 is raw) | 18:33 |
supamatt | journal needs to be block-logical, and pointing to /dev/sdb1 | 18:45 |
krypto | Thanks for your reply as per this journal is directory and osd is block0logical . "https://github.com/openstack/airship-treasuremap/blob/master/doc/source/authoring_and_deployment.rst" . I guess documentation is incorrect | 18:49 |
krypto | but still i am not sure why ceph-disk zap /dev/sdb2 doesnt work.It throws "Error: not full block device; cannot zap: /dev/sdd2 " | 18:50 |
supamatt | ceph-disk zap can only be used for the block device, not a partition. | 18:54 |
krypto | Thanks supamatt so i guess the documentation is incorrect | 18:55 |
krypto | could you tell me is there a way to make ceph osd and journal on same disk | 18:56 |
supamatt | the documentation may need to be updated as the ceph charts have been updated extensively | 18:56 |
supamatt | I'd have to look at what version of the ceph helm charts are being packaged with airship | 18:57 |
supamatt | But recent changes allow you to specify the device block for both the journal and osd, ex ) /dev/sdb for both of them | 18:57 |
krypto | i am not using airship,just latest helm | 18:58 |
supamatt | Oh if it's latest helm, then you can just do this. | 18:58 |
krypto | i couldnt find documentation on helm so referred to airship documents | 18:58 |
supamatt | sgdisk -Z /dev/sdb; dd if=/dev/zero of=/dev/sdb bs=1M count=200; | 18:58 |
supamatt | that will prep you disk | 18:59 |
supamatt | *your | 18:59 |
supamatt | - data: | 18:59 |
supamatt | type: block-logical | 18:59 |
supamatt | location: /dev/sdb | 18:59 |
supamatt | journal: | 18:59 |
supamatt | type: block-logical | 18:59 |
supamatt | location: /dev/sdb | 18:59 |
krypto | Thanks supamatt let me try block-logical for both ...currently its block-logical and directory | 19:00 |
*** krypto has quit IRC | 19:36 | |
*** dwalt has joined #openstack-helm | 20:01 | |
openstackgerrit | Matthew Heler proposed openstack/openstack-helm-infra master: [WIP] [CEPH] Add support for creating custom EC profiles https://review.openstack.org/627197 | 22:12 |
openstackgerrit | Matthew Heler proposed openstack/openstack-helm-infra master: [WIP] [CEPH] Add support for creating custom EC profiles https://review.openstack.org/627197 | 22:23 |
openstackgerrit | Merged openstack/openstack-helm-infra master: [CEPH] Fix race conditions with OSD POD initialization https://review.openstack.org/626754 | 22:48 |
*** krypto has joined #openstack-helm | 23:19 | |
krypto | Thanks supamatt it works | 23:20 |
*** krypto has quit IRC | 23:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!