Qu Xuan
9407ff7397
fix(host): xfs unlock
2021-10-14 14:32:19 +08:00
panda
1248b88c75
fix(host-deployer): XFS uuid冲突 无法 mount
...
pkg/hostman/diskutils/fsutils/fsutils.go
1. ResizeFs 操作中 ResizePartitionFs 未对 xfs uuid 加锁
导致挂载相同uuid 磁盘异异常
- dmesg 显示
[86653.888361] XFS (nbd2p1): Filesystem has duplicate UUID f4553201-609a-4657-87aa-994cc6339f50 - can't mount
- 批量创建虚拟机, 虚拟机磁盘为xfs, 多台虚拟机调度到同一宿主机时
DeployGuestFs 无法 chroot password root
2021-08-19 14:41:31 +08:00
zhaoxiangchun
8fa4e577dd
feat(cloudmon): add cloudmon component
2021-07-16 12:20:52 +08:00
Qiu Jian
179562bc40
fix: do not use ntfsresize to resize NTFS partition
...
This makes resizing windows 2003 ntfs partition non-functional
2021-07-02 09:13:37 +08:00
Qiu Jian
56025bc557
fix: support windows 2003
2021-06-17 09:44:47 +08:00
Zexi Li
768ab3036f
fix(host-deployer): mkfs.ext4 add '-T largefile' option
2021-04-12 21:30:27 +08:00
Zexi Li
bf13a14ed5
fix(host): ignore parted resize disk unknown partition table error
2021-03-23 10:00:27 +08:00
Qiu Jian
63bbd5c343
fix(host-deployer): mount may fail to lock /etc/mtab, add retrier
2021-02-22 09:18:27 +08:00
wanyaoqi
948f926bf6
feat(host-deployer): add deploy driver libguestfs
...
Add drvier libguestfs to support deploy more operator system,
you can use it by edit host config file add 'image_deploy_driver: libguestfs'.
By the default host-deploy support run three guestfish at the same time.
And host deployer will recycle free guestfish every ten minitues.
cherrypick: release/3.6
2020-12-08 17:49:44 +08:00