提交 1cf981d1 编写于 作者: K kongzheng6@huawei.com

update volumemanager docs

Signed-off-by: Nkongzheng6@huawei.com <kongzheng6@huawei.com>
上级 a5530dfe
......@@ -349,7 +349,7 @@ function setVolumeDescription(uuid: string, description: string, callback: Async
## volumemanager.format
format(volumeId: string, fsType: string): Promise<void>;
format(volId: string): Promise<void>;
异步对指定卷进行格式化,以promise方式返回。
......@@ -378,7 +378,7 @@ format(volumeId: string, fsType: string): Promise<void>;
## volumemanager.format
format(volumeId: string, fsType: string, callback: AsyncCallback<void>): void;
format(volId: string, callback: AsyncCallback<void>): void;
异步对指定卷进行格式化,以callback方式返回。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册