Project

General

Profile

Actions

Feature #9070

closed

ceph_deploy: add dmcrypt as a config paramater in ceph_deploy.py

Added by Tamilarasi muthamizhan over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
% Done:

100%

Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:

Description

add tests to ceph_deploy to test for dmcrypt when creating osds.

ceph-deploy:
dmcrypt: yes

if dmcrypt is enabled, create 3 osds with --dmcrypt/--dmcrypt-key-dir options and ensure osds are created.


./ceph-deploy osd create --dmcrypt <node>:<disk>:<journal_disk>
./ceph-deploy osd create --dmcrypt <node>:<disk>
./ceph-deploy osd create --dmcrypt --dmcrypt-key-dir /tmp/<dir> <node>:<disk>:<journal_disk>


Subtasks 1 (0 open1 closed)

Subtask #9081: ceph-deploy needs to have tests for dmcrypt usageDuplicateAlfredo Deza08/12/2014

Actions
Actions #1

Updated by Tamilarasi muthamizhan over 9 years ago

  • Subject changed from ceph_deploy: add dmcrypt as a config paramater to ceph_deploy: add dmcrypt as a config paramater in ceph_deploy.py
Actions #2

Updated by Tamilarasi muthamizhan over 9 years ago

in addition to testing dmcrypt with or without journal,
test, journal on same or different disk.

./ceph-deploy osd create --dmcrypt <node>:<diska>:<diska1>
./ceph-deploy osd create --dmcrypt <node>:<diskb>:<diskc>
Actions #3

Updated by Tamilarasi muthamizhan over 9 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Tamilarasi muthamizhan over 9 years ago

  • Status changed from In Progress to Fix Under Review
Actions #5

Updated by Tamilarasi muthamizhan over 9 years ago

  • Assignee changed from Tamilarasi muthamizhan to Anonymous
Actions #6

Updated by Anonymous over 9 years ago

  • Status changed from Fix Under Review to Resolved

commit 7dcacc9bd5189b7c81fc2bc39e433d1f1c630c95 has been merged.

Actions

Also available in: Atom PDF