Ondrej Smola | 81d1a19 | 2017-08-17 11:13:10 +0200 | [diff] [blame] | 1 | Proposal |
| 2 | ========= |
| 3 | |
| 4 | Ceph salt formula should be able to provide these tasks: |
| 5 | |
| 6 | * initial deploy of Ceph cluster |
| 7 | * remove broken OSD |
| 8 | * add new OSD |
| 9 | * add new node with OSDs |
| 10 | |
| 11 | |
| 12 | |
| 13 | Test procedure |
| 14 | --------------- |
| 15 | |
| 16 | . Bootstrap nodes |
| 17 | . Deploy 3 MON nodes |
| 18 | . Deploy 3 OSD nodes |
| 19 | . Deploy 1 MDS |
| 20 | . Deploy client |
| 21 | . Run tests: |
| 22 | |
| 23 | * Ceph is healty |
| 24 | * There are 3 MONs and 3 OSD nodes |
| 25 | |
| 26 | * Create RBD, map it, mount it, write testing file, get output, unmount, unmap, remove |
| 27 | * Create CephFS, mount it, write file, unmount it |