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
Copy file name to clipboardExpand all lines: articles/azure-arc/data/storage-configuration.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,17 +169,17 @@ When creating an instance using either `az sql mi-arc create` or `az postgres ar
169
169
170
170
|Parameter name, short name|Used for|
171
171
|---|---|
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). |
176
176
177
177
> [!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.
179
179
180
180
The table below lists the paths inside the Azure SQL Managed Instance container that is mapped to the persistent volume for data and logs:
181
181
182
-
|Parameter name, short name|Path inside mssql-miaa container|Description|
182
+
|Parameter name, short name|Path inside `mssql-miaa` container|Description|
183
183
|---|---|---|
184
184
|`--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|
185
185
|`--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