Skip to content

Commit 2f5d92f

Browse files
authored
Merge pull request #21176 from xieyanker/fix_format_tabs
fix format error
2 parents c17896f + 3b9010b commit 2f5d92f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

content/zh/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,10 +1771,6 @@ Choose one of the following methods to create a VMDK.
17711771

17721772
{{< tabs name="tabs_volumes" >}}
17731773
{{% tab name="使用 vmkfstools 创建" %}}
1774-
<!--
1775-
{{% tab name="Create using vmkfstools" %}}
1776-
First ssh into ESX, then use the following command to create a VMDK:
1777-
-->
17781774

17791775
首先 ssh 到 ESX,然后使用下面的命令来创建 VMDK:
17801776

@@ -1783,10 +1779,6 @@ vmkfstools -c 2G /vmfs/volumes/DatastoreName/volumes/myDisk.vmdk
17831779
```
17841780
{{% /tab %}}
17851781
{{% tab name="使用 vmware-vdiskmanager 创建" %}}
1786-
<!--
1787-
{{% tab name="Create using vmware-vdiskmanager" %}}
1788-
Use the following command to create a VMDK:
1789-
-->
17901782

17911783
使用下面的命令创建 VMDK:
17921784

@@ -2409,7 +2401,7 @@ sudo systemctl daemon-reload
24092401
sudo systemctl restart docker
24102402
```
24112403

2412-
2404+
{{% /capture %}}
24132405

24142406
{{% capture whatsnext %}}
24152407

0 commit comments

Comments
 (0)