Bug 1461386 - can create only 2+1 EC pool
Summary: can create only 2+1 EC pool
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Storage Console
Classification: Red Hat Storage
Component: Dashboard
Version: 3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: 3
Assignee: Neha Gupta
QA Contact: sds-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-14 11:14 UTC by Martin Kudlej
Modified: 2018-11-19 05:39 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-11-19 05:39:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Martin Kudlej 2017-06-14 11:14:21 UTC
Description of problem:
It is not possible to choose different EC profile than 2+1 even if there are different profiles in ceph cluster.

$ for i in `ceph -c /etc/ceph/test_ceph.conf osd erasure-code-profile ls`; do echo "name=$i"; ceph -c /etc/ceph/test_ceph.conf osd erasure-code-profile get $i; echo "-----------"; done
name=default
k=2
m=1
plugin=jerasure
technique=reed_sol_van
-----------
name=k4m2
directory=/usr/lib/ceph/erasure-code
jerasure-per-chunk-alignment=false
k=4
m=2
plugin=jerasure
ruleset-failure-domain=host
ruleset-root=default
technique=reed_sol_van
w=8
-----------
name=k6m3
directory=/usr/lib/ceph/erasure-code
jerasure-per-chunk-alignment=false
k=6
m=3
plugin=jerasure
ruleset-failure-domain=host
ruleset-root=default
technique=reed_sol_van
w=8
-----------
name=k8m4
directory=/usr/lib/ceph/erasure-code
jerasure-per-chunk-alignment=false
k=8
m=4
plugin=jerasure
ruleset-failure-domain=host
ruleset-root=default
technique=reed_sol_van
w=8
-----------


Version-Release number of selected component (if applicable):
ceph-ansible-2.2.11-1.el7scon.noarch
ceph-base-11.2.0-0.el7.x86_64
ceph-common-11.2.0-0.el7.x86_64
ceph-installer-1.3.0-1.el7scon.noarch
ceph-mon-11.2.0-0.el7.x86_64
ceph-osd-11.2.0-0.el7.x86_64
ceph-selinux-11.2.0-0.el7.x86_64
etcd-3.1.7-1.el7.x86_64
libcephfs2-11.2.0-0.el7.x86_64
python-cephfs-11.2.0-0.el7.x86_64
python-etcd-0.4.5-1.noarch
rubygem-etcd-0.3.0-1.el7.noarch
tendrl-alerting-3.0-alpha.3.el7scon.noarch
tendrl-api-3.0-alpha.4.el7scon.noarch
tendrl-api-doc-3.0-alpha.4.el7scon.noarch
tendrl-api-httpd-3.0-alpha.4.el7scon.noarch
tendrl-ceph-integration-3.0-alpha.5.el7scon.noarch
tendrl-commons-3.0-alpha.9.el7scon.noarch
tendrl-dashboard-3.0-alpha.4.el7scon.noarch
tendrl-node-agent-3.0-alpha.9.el7scon.noarch
tendrl-node-monitoring-3.0-alpha.5.el7scon.noarch
tendrl-performance-monitoring-3.0-alpha.7.el7scon.noarch

How reproducible:
100%

Steps to Reproduce:
1. try to create EC pool and choose other than 2+1 profile

Actual results:
It is not possible to choose other than 2+1 EC profile.

Expected results:
It is not possible to choose other than 2+1 EC profile.

Comment 3 Shubhendu Tripathi 2018-11-19 05:39:29 UTC
This product is EOL now


Note You need to log in before you can comment on or make changes to this bug.