neo4j-partners / azure-resource-manager-neo4j

Azure Resource Manager (ARM) Templates for Neo4j
Apache License 2.0
4 stars 4 forks source link

Adjust disk size correctly #15

Closed benofben closed 2 years ago

benofben commented 2 years ago

Right now the disk size parameter is setting the size on a data disk. The data disk is not mounted.

To do --- (1) use the disk size parameter to adjust the size of the osdisk (2) remove the data disk (3) republish the azure listing

edrandall-dev commented 2 years ago

This has been resolved. Data disk is now mounted correctly at /var/lib/neo4j