openstack-helm-infra/ceph-osd
Chinasubbareddy Mallavarapu a20e7177c6 Ceph-osd: Fix static osd id to variable
This is to fix static osd id logic to variable as we have an issue
in our current logic.
this is happening only when we have file backed journals and
block backed data as shown below.

ex:

 storage:
    osd:
      - data:
          type: block-logical
          location: /dev/vdb
        journal:
          type: directory
          location: /var/lib/openstack-helm/ceph/osd/journal-one
      - data:
          type: block-logical
          location: /dev/vdc
        journal:
          type: directory
          location: /var/lib/openstack-helm/ceph/osd/journal-two

Change-Id: I36d08b1b7aa5925831a64c03259098f6c4753c3e
2019-07-01 12:34:46 -05:00
..
templates Ceph-osd: Fix static osd id to variable 2019-07-01 12:34:46 -05:00
Chart.yaml Ceph: Move Ceph charts to openstack-helm-infra 2018-08-28 15:03:35 -05:00
requirements.yaml Ceph: Move Ceph charts to openstack-helm-infra 2018-08-28 15:03:35 -05:00
values.yaml Add node selector to Ceph test pods 2019-06-24 17:41:09 +00:00