Monday, 2018-12-24

openstackgerritjacky06 proposed openstack/openstack-helm-docs master: Update the home-page to openstack-helm-docs  https://review.openstack.org/62618602:51
*** phuoc has joined #openstack-helm06:50
openstackgerritMerged openstack/openstack-helm-docs master: Update the home-page to openstack-helm-docs  https://review.openstack.org/62618612:15
*** dims has joined #openstack-helm14:42
openstackgerritCraig Anderson proposed openstack/openstack-helm master: Fully Document node/nodelabel override capability  https://review.openstack.org/62719215:40
*** phuoc has quit IRC16:20
openstackgerritMerged openstack/openstack-helm-infra master: [Ceph] Update rbd-provisioner and cephfs-provisioner  https://review.openstack.org/62540316:43
*** krypto has joined #openstack-helm18:29
kryptohi 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-logical18:32
krypto              location: /dev/sdb218:32
krypto            journal:18:32
krypto              type: directory18:32
krypto              location: /var/lib/openstack-helm/ceph/journal0/journal-sdb18:32
kryptothis 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
supamattjournal needs to be block-logical, and pointing to /dev/sdb118:45
kryptoThanks 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 incorrect18:49
kryptobut 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
supamattceph-disk zap can only be used for the block device, not a partition.18:54
kryptoThanks supamatt so i guess the documentation is incorrect18:55
kryptocould you tell me is there a way to make ceph osd and journal on same disk18:56
supamattthe documentation may need to be updated as the ceph charts have been updated extensively18:56
supamattI'd have to look at what version of the ceph helm charts are being packaged with airship18:57
supamattBut recent changes allow you to specify the device block for both the journal and osd, ex ) /dev/sdb for both of them18:57
kryptoi am not using airship,just latest helm18:58
supamattOh if it's latest helm, then you can just do this.18:58
kryptoi couldnt find documentation on helm so referred to airship documents18:58
supamattsgdisk -Z /dev/sdb; dd if=/dev/zero of=/dev/sdb bs=1M count=200;18:58
supamattthat will prep you disk18:59
supamatt*your18:59
supamatt      - data:18:59
supamatt          type: block-logical18:59
supamatt          location: /dev/sdb18:59
supamatt        journal:18:59
supamatt          type: block-logical18:59
supamatt          location: /dev/sdb18:59
kryptoThanks supamatt let me  try block-logical for both  ...currently its block-logical and directory19:00
*** krypto has quit IRC19:36
*** dwalt has joined #openstack-helm20:01
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [WIP] [CEPH] Add support for creating custom EC profiles  https://review.openstack.org/62719722:12
openstackgerritMatthew Heler proposed openstack/openstack-helm-infra master: [WIP] [CEPH] Add support for creating custom EC profiles  https://review.openstack.org/62719722:23
openstackgerritMerged openstack/openstack-helm-infra master: [CEPH] Fix race conditions with OSD POD initialization  https://review.openstack.org/62675422:48
*** krypto has joined #openstack-helm23:19
kryptoThanks supamatt it works23:20
*** krypto has quit IRC23:46

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!