-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qa: add README to clarify Signed-off-by: Joshua Schmid <[email protected]>
- Loading branch information
Joshua Schmid
committed
Jul 27, 2018
1 parent
21a252f
commit e368cda
Showing
22 changed files
with
319 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
These files contain all the permuations for possible OSD configrations. | ||
|
||
The files were generated according to the following matrix. | ||
|
||
|
||
|
||
+-------------+ +------------+ +------------------+ +-------------------------+ | ||
| | | | | | | | | ||
| | | | | | | | | ||
| | | db | | encrypted | | all have sizes | | ||
| bluestore +--------> wal +---------> not encrypted +------> mixed size definition | | ||
| | | db_wal | | | | none have size defined | | ||
| | | | | | | | | ||
| | | | | | | | | ||
+-------------+ +------------+ +------------------+ +-------------------------+ | ||
|
||
|
||
+-------------+ +------------+ +-----------------+ | ||
| | | | | | | ||
| filestore +--------> journal +--------> encrypted | | ||
| | | | | not encrypted | | ||
| | | | | | | ||
+-------------+ +------------+ +-----------------+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
db: /dev/vde | ||
/dev/vdc: | ||
format: bluestore | ||
db: /dev/vde | ||
/dev/vdd: | ||
format: bluestore | ||
db: /dev/vde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
encryption: dmcrypt | ||
db: /dev/vde | ||
/dev/vdc: | ||
format: bluestore | ||
encryption: dmcrypt | ||
db: /dev/vde | ||
/dev/vdd: | ||
format: bluestore | ||
encryption: dmcrypt | ||
db: /dev/vde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
db: /dev/vde | ||
db_size: 1G | ||
/dev/vdc: | ||
format: bluestore | ||
db: /dev/vde | ||
db_size: 2G | ||
/dev/vdd: | ||
format: bluestore | ||
db: /dev/vde | ||
db_size: 3G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
encryption: dmcrypt | ||
db: /dev/vde | ||
db_size: 1G | ||
/dev/vdc: | ||
format: bluestore | ||
encryption: dmcrypt | ||
db: /dev/vde | ||
db_size: 2G | ||
/dev/vdd: | ||
format: bluestore | ||
encryption: dmcrypt | ||
db: /dev/vde | ||
db_size: 3G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
db: /dev/vde | ||
db_size: 1G | ||
/dev/vdc: | ||
format: bluestore | ||
db: /dev/vde | ||
db_size: 2G | ||
/dev/vdd: | ||
format: bluestore | ||
db: /dev/vde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
encryption: dmcrypt | ||
db: /dev/vde | ||
db_size: 1G | ||
/dev/vdc: | ||
format: bluestore | ||
encryption: dmcrypt | ||
db: /dev/vde | ||
db_size: 2G | ||
/dev/vdd: | ||
format: bluestore | ||
encryption: dmcrypt | ||
db: /dev/vde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
wal: /dev/vde | ||
/dev/vdc: | ||
format: bluestore | ||
wal: /dev/vde | ||
/dev/vdd: | ||
format: bluestore | ||
wal: /dev/vde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
/dev/vdc: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
/dev/vdd: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
/dev/vdc: | ||
format: bluestore | ||
wal: /dev/vde | ||
db: /dev/vdd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
/dev/vdc: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
db: /dev/vdd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
wal_size: 1G | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
db_size: 2G | ||
/dev/vdc: | ||
format: bluestore | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
wal_size: 3G | ||
db_size: 4G |
17 changes: 17 additions & 0 deletions
17
qa/osd-config/ovh/bs_dedicated_wal_db_sizes_all_crypt.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal_size: 1G | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
db_size: 2G | ||
/dev/vdc: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
wal_size: 3G | ||
db_size: 4G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
/dev/vdc: | ||
format: bluestore | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
wal_size: 3G | ||
db_size: 4G |
15 changes: 15 additions & 0 deletions
15
qa/osd-config/ovh/bs_dedicated_wal_db_sizes_mixed_crypt.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
/dev/vdc: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
db: /dev/vdd | ||
wal_size: 3G | ||
db_size: 4G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
wal_size: 1G | ||
wal: /dev/vde | ||
/dev/vdc: | ||
format: bluestore | ||
wal: /dev/vde | ||
wal_size: 2G | ||
/dev/vdd: | ||
format: bluestore | ||
wal: /dev/vde | ||
wal_size: 3G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal_size: 1G | ||
wal: /dev/vde | ||
/dev/vdc: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
wal_size: 2G | ||
/dev/vdd: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
wal_size: 3G |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
wal_size: 1G | ||
wal: /dev/vde | ||
/dev/vdc: | ||
format: bluestore | ||
wal: /dev/vde | ||
wal_size: 2G | ||
/dev/vdd: | ||
format: bluestore | ||
wal: /dev/vde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal_size: 1G | ||
wal: /dev/vde | ||
/dev/vdc: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde | ||
wal_size: 2G | ||
/dev/vdd: | ||
format: bluestore | ||
encryption: dmcrypt | ||
wal: /dev/vde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: filestore | ||
journal: /dev/vde | ||
/dev/vdc: | ||
format: filestore | ||
journal: /dev/vde | ||
/dev/vdd: | ||
format: filestore | ||
journal: /dev/vde |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ceph: | ||
storage: | ||
osds: | ||
/dev/vdb: | ||
format: filestore | ||
encryption: dmcrypt | ||
journal: /dev/vde | ||
/dev/vdc: | ||
format: filestore | ||
encryption: dmcrypt | ||
journal: /dev/vde | ||
/dev/vdd: | ||
format: filestore | ||
encryption: dmcrypt | ||
journal: /dev/vde |