mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
fix(host-deployer): windows disk extend separate partition and filesystem (#25138)
This commit is contained in:
@@ -473,12 +473,14 @@ function mtw_mount_disk() {
|
||||
}
|
||||
|
||||
function mtw_extend_c() {
|
||||
cmd_lines = [
|
||||
mtw_execute_diskpart([
|
||||
'select volume c',
|
||||
'extend',
|
||||
]);
|
||||
mtw_execute_diskpart([
|
||||
'select volume c',
|
||||
'extend filesystem',
|
||||
];
|
||||
mtw_execute_diskpart(cmd_lines);
|
||||
]);
|
||||
mtw_append_debug(["extend c"], ["success"]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user