X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=TODO;h=56fb094d2f3f1691d220531e1b0f451abc6f325b;hb=5efcb194962d9ac40573156c7d32453b7258b263;hp=9eee3fe6704b8068bbd13b73d201ebeecea8ddc8;hpb=ab3ac2f5ded5d8c69e7d37849597cadf41eb62c0;p=libguestfs.git diff --git a/TODO b/TODO index 9eee3fe..56fb094 100644 --- a/TODO +++ b/TODO @@ -238,13 +238,6 @@ Windows-based daemon/appliance See discussion on list: https://www.redhat.com/archives/libguestfs/2009-November/msg00165.html -virt-grow, virt-shrink ----------------------- - -Grow and shrink existing guests. The main problem comes with -MBR-style partitions where you have to actually copy data around the -disk (unless you only want to change the final partition). - qemu locking ------------ @@ -265,4 +258,16 @@ anything in a disk image. However this won't work easily for VM disk images in the disk image. One would have to download those to the host and launch another -libguestfs instance. \ No newline at end of file +libguestfs instance. + +List, mount filesystems by UUID and label +----------------------------------------- + +[See related: +http://www.redhat.com/archives/libguestfs/2009-August/msg00031.html] + +List filesystems by UUID or label. + +Mount filesystems by UUID or label. (I'm not really sure if we can do +this at the moment but we ought to be able to do it, and perhaps make +it easier by having a direct command). \ No newline at end of file