From 15bbaaf61198fc315fa2da5cc309487de1e7be01 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Thu, 6 Feb 2014 15:23:01 +0100 Subject: [PATCH] bug #2661: Sunstone image wizard tooltips are missing information present in the documentation --- src/sunstone/public/js/plugins/images-tab.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/images-tab.js b/src/sunstone/public/js/plugins/images-tab.js index d74d0e2903..20c3cdaf6c 100644 --- a/src/sunstone/public/js/plugins/images-tab.js +++ b/src/sunstone/public/js/plugins/images-tab.js @@ -202,7 +202,9 @@ var create_image_tmpl = \ \
\ -
'+tr("Type of file system to be built. This can be any value understood by mkfs unix command.")+'
\ +
'+tr("Type of file system to be built.")+'

' + + tr(" Plain. When the disk image is used directly by the hypervisor we can format the image, and so it is ready to be used by the guest OS. Values: ext2, ext3, ext4, ntfs, reiserfs, jfs, swap. Any other fs supported by mkfs will work if no special option is needed. .")+'

' + + tr(" Formatted. The disk image is stored in a hypervisor specific format VMDK or Qcow2. Then we cannot really make a filesystem on the image, just create the device and let the guest OS format the disk. Use raw to not to format the new image. Values: raw, qcow2, vmdk_*.")+'
\
\ \ \