From c0e4c9e257316408d4097b5d75a85617d97c6c35 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 15 Apr 2008 15:08:52 +0100 Subject: Added a documentation note about RAID devices. --- virt-df/virt_df_main.ml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/virt-df/virt_df_main.ml b/virt-df/virt_df_main.ml index 9cfde39..e6ae53e 100644 --- a/virt-df/virt_df_main.ml +++ b/virt-df/virt_df_main.ml @@ -322,6 +322,10 @@ OPTIONS" in * (Note - a two-stage process because an LV can be spread over * several PVs, so we have to detect all PVs belonging to a * domain first). + * + * XXX To deal with RAID (ie. md devices) we will need to loop + * around here because RAID is like LVM except that they normally + * present as block devices which can be used by LVM. *) (* First: LV detection. *) let doms = List.map ( -- cgit