diff --git a/fish/destpaths.c b/fish/destpaths.c index c7b9dc51b..f3cf0f2e2 100644 --- a/fish/destpaths.c +++ b/fish/destpaths.c @@ -158,6 +158,9 @@ complete_dest_paths_generator (const char *text, int state) strs = guestfs_list_dm_devices (g); APPEND_STRS_AND_FREE; + + strs = guestfs_list_md_devices (g); + APPEND_STRS_AND_FREE; } if (len < 1 || text[0] == '/') {