File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
content/zh/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -1771,10 +1771,6 @@ Choose one of the following methods to create a VMDK.
1771
1771
1772
1772
{{< tabs name="tabs_volumes" >}}
1773
1773
{{% 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
- -->
1778
1774
1779
1775
首先 ssh 到 ESX,然后使用下面的命令来创建 VMDK:
1780
1776
@@ -1783,10 +1779,6 @@ vmkfstools -c 2G /vmfs/volumes/DatastoreName/volumes/myDisk.vmdk
1783
1779
` ` `
1784
1780
{{% /tab %}}
1785
1781
{{% tab name="使用 vmware-vdiskmanager 创建" %}}
1786
- <!--
1787
- {{% tab name="Create using vmware-vdiskmanager" %}}
1788
- Use the following command to create a VMDK :
1789
- -->
1790
1782
1791
1783
使用下面的命令创建 VMDK:
1792
1784
@@ -2409,7 +2401,7 @@ sudo systemctl daemon-reload
2409
2401
sudo systemctl restart docker
2410
2402
```
2411
2403
2412
-
2404
+ {{% /capture %}}
2413
2405
2414
2406
{{% capture whatsnext %}}
2415
2407
You can’t perform that action at this time.
0 commit comments