From cbb34fc2a6eba3ee990de6a7bf3f6c81d0ad0901 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Wed, 20 Apr 2011 12:08:12 +0530 Subject: Bug 2812 - Default string "NORMAL" is introduced upon hitting enter for some "option value" --- .../storage/management/server/constants/VolumeOptionsDefaults.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/com.gluster.storage.management.server') diff --git a/src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/constants/VolumeOptionsDefaults.java b/src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/constants/VolumeOptionsDefaults.java index 4093a4ee..5c9a6505 100644 --- a/src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/constants/VolumeOptionsDefaults.java +++ b/src/com.gluster.storage.management.server/src/com/gluster/storage/management/server/constants/VolumeOptionsDefaults.java @@ -100,9 +100,9 @@ public class VolumeOptionsDefaults { volumeOptionsInfo.add(new VolumeOptionInfo("diagnostics.dump-fd-stats", "Statistics related to file-operations would be tracked inside GlusterFS data-structures.", "off")); volumeOptionsInfo.add(new VolumeOptionInfo("diagnostics.brick-log-level", - "Changes the log-level of the bricks (servers).", "NORMAL")); + "Changes the log-level of the bricks (servers).", "INFO")); volumeOptionsInfo.add(new VolumeOptionInfo("diagnostics.client-log-level", - "Changes the log-level of the clients.", "NORMAL")); + "Changes the log-level of the clients.", "INFO")); volumeOptionsInfo.add(new VolumeOptionInfo("nfs.enable-ino32", "Use this option from the CLI to make Gluster NFS return 32-bit inode numbers instead of 64-bit.", "off")); -- cgit