From b302ed904a13ea82b04f159889e9cf094ac5db62 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 23 Aug 2012 11:06:00 -0700 Subject: [PATCH] CS-16144: Show warning before enabling local storage in zone wizard Conflicts: ui/dictionary.jsp --- .../classes/resources/messages.properties | 1 + ui/dictionary.jsp | 1 + ui/scripts/zoneWizard.js | 21 ++++++++++++++++++- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index a05eb81a612..f96a7c4735b 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -17,6 +17,7 @@ #new labels (begin) ********************************************************************************************** +message.zoneWizard.enable.local.storage=WARNING: If you enable local storage for this zone, you must do the following, depending on where you would like your system VMs to launch:

1. If system VMs need to be launched in primary storage, primary storage needs to be added to the zone after creation. You must also start the zone in a disabled state.

2. If system VMs need to be launched in local storage, system.vm.use.local.storage needs to be set to true before you enable the zone.


Would you like to continue? label.local.storage.enabled=Local storage enabled label.tier.details=Tier details label.edit.tags=Edit tags diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index b3e6970d78a..fffd4617ac6 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -7,6 +7,7 @@ <% long now = System.currentTimeMillis(); %>