summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2016-07-08 15:31:27 -0500
committerDavid Teigland <teigland@redhat.com>2016-07-11 10:29:10 -0500
commit9f7e8f22dc42576875a436dee0034d37f89c468c (patch)
tree490afa6df3ef63846594425a137cbc58151b5f59
parentc526c327d7352e60eb19a739a2f394e2744c5629 (diff)
downloadlvm2-9f7e8f22dc42576875a436dee0034d37f89c468c.tar.gz
lvconvert: remove some FIXME comments
-rw-r--r--tools/lvconvert.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 0319601c8..72dc381f8 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -3653,8 +3653,6 @@ static int _convert_mirror_linear(struct cmd_context *cmd, struct logical_volume
/*
* Convert mirror LV to raid1 LV.
* lvconvert --type raid1 LV
- *
- * FIXME: this is not yet implemented in the raid code.
*/
static int _convert_mirror_raid(struct cmd_context *cmd, struct logical_volume *lv,
@@ -3846,8 +3844,6 @@ static int _convert_raid_raid(struct cmd_context *cmd, struct logical_volume *lv
/*
* Convert a raid* LV to a striped LV.
* lvconvert --type striped LV
- *
- * FIXME: this is not yet implemented in the raid code.
*/
static int _convert_raid_striped(struct cmd_context *cmd, struct logical_volume *lv,
@@ -3859,8 +3855,6 @@ static int _convert_raid_striped(struct cmd_context *cmd, struct logical_volume
/*
* Convert a raid* LV to a linear LV.
* lvconvert --type linear LV
- *
- * FIXME: this is not yet implemented in the raid code.
*/
static int _convert_raid_linear(struct cmd_context *cmd, struct logical_volume *lv,