I have a field p1 with the value as partition=root,size=23.28GB,free=15.76GB
p1 : partition=root,size=23.28GB,free=15.76GB
I want to store this in an array field and the values in a hash, like below.
[partition][root] : {
size = 23.28GB,
free=15.76GB
}
Please help me to achieve this.