From 97b4f8d66bef2328fa53f9e508eb38f8b8d49632 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Wed, 20 Mar 2013 13:30:21 +0100 Subject: [PATCH] ceph-disk: remove unused variable key from prepare_journal_dev() Signed-off-by: Danny Al-Gaaf --- src/ceph-disk | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ceph-disk b/src/ceph-disk index 598693837a405..f4137007550cb 100755 --- a/src/ceph-disk +++ b/src/ceph-disk @@ -616,7 +616,6 @@ def prepare_journal_dev( log.warning('OSD will not be hot-swappable if journal is not the same device as the osd data') return (journal, None, None) - key = None ptype = JOURNAL_UUID if journal_dm_keypath: ptype = DMCRYPT_JOURNAL_UUID -- 2.39.5