You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pd...@apache.org on 2014/09/21 21:21:52 UTC

git commit: updated refs/heads/master to fe2e9a1

Repository: cloudstack
Updated Branches:
  refs/heads/master 5350e6118 -> fe2e9a1c5


CLOUDSTACK-401: add missing file format in docs.js


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fe2e9a1c
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fe2e9a1c
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fe2e9a1c

Branch: refs/heads/master
Commit: fe2e9a1c5dbab2de09e11854f73060341294deff
Parents: 5350e61
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Sun Sep 21 14:40:09 2014 -0400
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Sun Sep 21 15:21:17 2014 -0400

----------------------------------------------------------------------
 ui/scripts/docs.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fe2e9a1c/ui/scripts/docs.js
----------------------------------------------------------------------
diff --git a/ui/scripts/docs.js b/ui/scripts/docs.js
index 8ef9f24..2712f85 100755
--- a/ui/scripts/docs.js
+++ b/ui/scripts/docs.js
@@ -658,7 +658,7 @@ cloudStack.docs = {
         externalLink: ''
     },
     helpPrimaryStorageProtocol: {
-        desc: 'For XenServer, choose NFS, iSCSI, or PreSetup. For KVM, choose NFS or SharedMountPoint. For vSphere, choose VMFS (iSCSI or FiberChannel) or NFS. For Hyper-V, choose SMB/CIFS',
+        desc: 'For XenServer, choose NFS, iSCSI, or PreSetup. For KVM, choose NFS, SharedMountPoint, RDB, CLVM or Gluster. For vSphere, choose VMFS (iSCSI or FiberChannel) or NFS. For Hyper-V, choose SMB/CIFS. For LXC, choose NFS or SharedMountPoint. For OVM, choose NFS or ocfs2.',
         externalLink: ''
     },
     helpPrimaryStorageServer: {
@@ -1232,7 +1232,7 @@ cloudStack.docs = {
         externalLink: ''
     },
     helpUploadVolumeFormat: {
-        desc: 'The disk image format of the volume. XenServer is VHD, VMware is OVA, and KVM is QCOW2. Hyper-V is VHD.',
+        desc: 'The disk image format of the volume. XenServer is VHD, VMware is OVA, and KVM is QCOW2. Hyper-V is VHD or VHDX. OVM is RAW.',
         externalLink: ''
     },
     helpUploadVolumeURL: {