Bug 791054 - Gluster Management Console, xml "unmarshalling string" problem of jersey
Summary: Gluster Management Console, xml "unmarshalling string" problem of jersey
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: glusterd
Version: 3.3-beta
Hardware: Unspecified
OS: Linux
medium
urgent
Target Milestone: ---
Assignee: Kaushal
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-16 01:41 UTC by wangxudong
Modified: 2012-03-06 00:17 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-06 00:17:48 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

Description wangxudong 2012-02-16 01:41:07 UTC
Description of problem:
Gluster Management Console ,execute command "gluster volume set help-xml" ,then the elements is <volumeOptionsDefaults> and <volumeOption> ,but should be <{}option>,<{}options> , so produce some "unmarshalling string" problem


Version-Release number of selected component (if applicable):


How reproducible:
execute command "gluster volume set help-xml"

Steps to Reproduce:
1.install glusterfs-core-3.3beta2-1.x86_64.rpm on linux cluster
2.
3.
  
Actual results:

<volumeOptionsDefaults>
	<volumeOption>
		<defaultValue>16</defaultValue>
		<Description>Maximum number blocks per file for which self-heal
			process would be applied simultaneously.</Description>
		<name>cluster.self-heal-window-size</name>
	</volumeOption>
........
</volumeOptionsDefaults>


Expected results:
<options>
	<option>
		<defaultValue>16</defaultValue>
		<Description>Maximum number blocks per file for which self-heal
			process would be applied simultaneously.</Description>
		<name>cluster.self-heal-window-size</name>
	</option>
........
</options>

Additional info:

Comment 1 Anand Avati 2012-03-05 18:56:48 UTC
CHANGE: http://review.gluster.com/2823 (glusterd: Rename nodes in "volume set help-xml" output) merged in master by Vijay Bellur (vijay)

Comment 2 wangxudong 2012-03-06 00:17:48 UTC
Thank you very much! We have solved this problem with the same way !


Note You need to log in before you can comment on or make changes to this bug.