Currently, creating persistent regions at runtime via gfsh is not recommended. Instead, we strongly recommend persistent regions be created via cache.xml
definition or by GemFire API.
Example:
<region name="MyRegion1"> <region-attributes disk-store-name="MyDataDS" disk-synchronous="true" data-policy="persistent-replicate" statistics-enabled="true"> </region-attributes> </region>