Skip to content

Commit f84e6cf

Browse files
authored
Merge pull request #202383 from MikeRayMSFT/20220621-storage-class
Update storage class defaults
2 parents 2d9ec3f + 28b60e8 commit f84e6cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-arc/data/storage-configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,17 @@ When creating an instance using either `az sql mi-arc create` or `az postgres ar
169169

170170
|Parameter name, short name|Used for|
171171
|---|---|
172-
|`--storage-class-data`, `-d`|Used to specify the storage class for all data files including transaction log files|
173-
|`--storage-class-logs`, `-g`|Used to specify the storage class for all log files|
174-
|`--storage-class-data-logs`|Used to specify the storage class for the database transaction log files.|
175-
|`--storage-class-backups`|Used to specify the storage class for all backup files. Use a ReadWriteMany (RWX) capable storage class for backups. Learn more about [access modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes). |
172+
|`--storage-class-data`, `-d`|Storage class for all data files (.mdf, ndf). If not specified, defaults to storage class for data controller.|
173+
|`--storage-class-logs`, `-g`|Storage class for all log files. If not specified, defaults to storage class for data controller.|
174+
|`--storage-class-data-logs`|Storage class for the database transaction log files. If not specified, defaults to storage class for data controller.|
175+
|`--storage-class-backups`|Storage class for all backup files. If not specified, defaults to storage class for data (`--storage-class-data`).<br/><br/> Use a ReadWriteMany (RWX) capable storage class for backups. Learn more about [access modes](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes). |
176176

177177
> [!WARNING]
178-
> If you don't specify a storage class for backups, the deployment uses the default storage class in Kubernetes. If this storage class isn't RWX capable, the deployment may not succeed.
178+
> If you don't specify a storage class for backups, the deployment uses the storage class specified for data. If this storage class isn't RWX capable, the point-in-time restore may not work as desired.
179179
180180
The table below lists the paths inside the Azure SQL Managed Instance container that is mapped to the persistent volume for data and logs:
181181

182-
|Parameter name, short name|Path inside mssql-miaa container|Description|
182+
|Parameter name, short name|Path inside `mssql-miaa` container|Description|
183183
|---|---|---|
184184
|`--storage-class-data`, `-d`|/var/opt|Contains directories for the mssql installation and other system processes. The mssql directory contains default data (including transaction logs), error log & backup directories|
185185
|`--storage-class-logs`, `-g`|/var/log|Contains directories that store console output (stderr, stdout), other logging information of processes inside the container|

0 commit comments

Comments
 (0)