You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running gstatus -a -o json
to get gluster json
it return my object field number values as strings (type)
example object:
"healinfo": [
{
"name": "device:/rhgs/node1_brick1/disk_vol2",
"status": "Connected",
"host_uuid": "7c99b0ca-d912-4fc7-b4c0-535686744dc3",
"nr_entries": "21" >> this value "21" is returned with type of "String" instead of "Integer"
we would like to get it as Intger value
however some of them returns the "-" sign instead of actual values
The text was updated successfully, but these errors were encountered:
when running gstatus -a -o json
to get gluster json
it return my object field number values as strings (type)
example object:
"healinfo": [
{
"name": "device:/rhgs/node1_brick1/disk_vol2",
"status": "Connected",
"host_uuid": "7c99b0ca-d912-4fc7-b4c0-535686744dc3",
"nr_entries": "21" >> this value "21" is returned with type of "String" instead of "Integer"
we would like to get it as Intger value
however some of them returns the "-" sign instead of actual values
The text was updated successfully, but these errors were encountered: