Skip to content

Commit d761208

Browse files
authored
For Linux: useManagedDataDisk:true** and **dataPath: '/mnt/sfroot'
Upon trying as much as the article instructed and created a new cluster from scratch with an intention to Deploy an Azure Service Fabric cluster node type with managed data disks, one thing that we need to change is that instead of using "\mnt\sfdataroot" for linux datapath as written in there, we must put "/mnt/sfroot" because when we tried with "\mnt\sfdataroot" (the first), nothing works at all.
1 parent f4e2317 commit d761208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-managed-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use managed data disks on a node type, configure the underlying virtual machi
2727
* Add a managed disk in data disks section of the template for the virtual machine scale set.
2828
* Update the Service Fabric extension for the virtual machine scale set with following settings:
2929
* For Windows: **useManagedDataDisk: true** and **dataPath: 'K:\\\\SvcFab'**. Note that drive K is just a representation. You can use any drive letter lexicographically greater than all the drive letters present in the virtual machine scale set SKU.
30-
* For Linux: **useManagedDataDisk:true** and **dataPath: '\mnt\sfdataroot'**.
30+
* For Linux: **useManagedDataDisk:true** and **dataPath: '/mnt/sfroot'**.
3131

3232
Here's an Azure Resource Manager template for a Service Fabric extension:
3333

0 commit comments

Comments
 (0)