OpenVZ Source code
  1. OpenVZ Source code

prl-disk-tool

Public
AuthorCommitMessageCommit dateIssues
Aleksandr LeskinAleksandr Leskin
d6ebd3c72dbAUTO Version bump to 9.0.10
Aleksandr LeskinAleksandr Leskin
08f3016a746AUTO Version bump to 9.0.9
Aleksandr LeskinAleksandr Leskin
43c915b32d1AUTO Version bump to 9.0.8
Aleksandr LeskinAleksandr Leskin
1638faf34f7AUTO Version bump to 9.0.7
Aleksandr LeskinAleksandr Leskin
d579ce86ef5Updated targets.list according specs repoSigned-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>
Aleksandr LeskinAleksandr Leskin
d58109fdc5eAUTO Version bump to 9.0.6
Aleksandr LeskinAleksandr Leskin
af06e15b44dAUTO Version bump to 9.0.5
Aleksandr LeskinAleksandr Leskin
d89947a955alvm: do not use float values for size #PSBM-153988Float variable brings parser error in the resize operations Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-153988
Aleksandr LeskinAleksandr Leskin
1a7c7e6871bUpdate targets.list for dist-vz9-u00Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>
Aleksandr LeskinAleksandr Leskin
403af19c19bUpdate targets.list for dist-vz9-rc1Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>
Aleksandr LeskinAleksandr Leskin
dd5e2046b58AUTO Version bump to 9.0.4
Aleksandr LeskinAleksandr Leskin
b4322480694info: restore printing minimum size info for all FSs #PSBM-148854It was mistakenly restricted to "ext*" FSs in: ``` commit 4b6ec6f94b9c2d47fea0c5aabf98d86c92177f48 Author: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com> Date: Tue Jan 10 18:02:23 2023 +0100 resizeInfo: introduce FileSystem field for Contaners #PSBM-144424 ``` Minimum size should always be printed and be equal to current FS size if we can't calculate it properly for different FS types. S...2 Jira Issues
Aleksandr LeskinAleksandr Leskin
c0d256135a4AUTO Version bump to 9.0.3
Aleksandr LeskinAleksandr Leskin
4b6ec6f94b9resizeInfo: introduce FileSystem field for Contaners #PSBM-144424In VZ9 default filesystem for container is xfs instead of ext4 in VZ7. prl_disk_tool should not fail and run ext4 specific utilities for xfs file system. Keep in separate field for future purposes. For getting current filesystem value we use blkid. Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-144424
Pavel VokhmyaninPavel Vokhmyanin
a3a148f30f6AUTO Version bump to 9.0.2
Pavel VokhmyaninPavel Vokhmyanin
43e112b250cBump release in targets.listSigned-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>
Pavel VokhmyaninPavel Vokhmyanin
71bf29fc35bMMerge pull request #48 in OVZ/prl-disk-tool from ~ADROB/prl-disk-tool:master to master* commit 'f73b117f3523b8b6f75f12c24cccd8a20289598b': createTmpImage: specify backing format explicitly #PSBM-139522PSBM-139522
Andrey DrobyshevAndrey Drobyshev
f73b117f352createTmpImage: specify backing format explicitly #PSBM-139522Since QEMU v6.1.0 it is required to explicitly specify format for a backing image. Otherwise "qemu-img create" fails with the following error: qemu-img: IMAGE_PATH: Backing file specified without backing format See https://lists.nongnu.org/archive/html/qemu-devel/2021-05/msg00732.html Signed-off-by: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>PSBM-139522
Pavel VokhmyaninPavel Vokhmyanin
41120f92aaeAUTO Version bump to 9.0.1
Pavel VokhmyaninPavel Vokhmyanin
fa5a8167b59Bump version to vhs9 #PSBM-137397Signed-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>PSBM-137397
Pavel VokhmyaninPavel Vokhmyanin
88bb14a0d6fMMerge pull request #47 in OVZ/prl-disk-tool from ~ALEKSANDR.LESKIN/prl-disk-tool:master to master* commit '19feaa9173810f559be6fe4430303ba82cae4c16': updated target list for dist-vz9-alpha fixed build for qmake-qt5
Aleksandr LeskinAleksandr Leskin
19feaa91738updated target list for dist-vz9-alpha
Aleksandr LeskinAleksandr Leskin
534a73be646fixed build for qmake-qt5
Pavel VokhmyaninPavel Vokhmyanin
184d0dc537eAUTO Version bump to 7.0.53
Pavel VokhmyaninPavel Vokhmyanin
9364f7bd981Update target to u17Signed-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>
Pavel VokhmyaninPavel Vokhmyanin
7fa9eab6a95AUTO Version bump to 7.0.52
Pavel VokhmyaninPavel Vokhmyanin
f6f3e5bffb8MMerge pull request #46 in OVZ/prl-disk-tool from ~PVOKHMYANIN/prl-disk-tool-psbm-128303:master to master* commit '2f988fc3fac6e28cc685f2a83f8165feaefa3482': Use snapshot Tag instead of ID for operations in qemu-img #PSBM-128303PSBM-128303
Pavel VokhmyaninPavel Vokhmyanin
2f988fc3facUse snapshot Tag instead of ID for operations in qemu-img #PSBM-128303Qemu-img no longer support operations over ID, we should switch to Tag. To make the switch we should also adjust regexp pattern to exclude whitespaces from the Tag group. Signed-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>PSBM-128303
Dmitry MishinDmitry Mishin
e410d4b80cbAUTO Version bump to 7.0.51
Dmitry MishinDmitry Mishin
ad1326a5b02MMerge pull request #45 in OVZ/prl-disk-tool from ~PVOKHMYANIN/prl-disk-tool-fix-snapshot-check:master to master* commit '269b499894ca3bd4726cb6ce75c1a623ab8a10c2': Fix snapshot list parsing #PSBM-127741PSBM-127741
Pavel VokhmyaninPavel Vokhmyanin
269b499894cFix snapshot list parsing #PSBM-127741Signed-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>PSBM-127741
Pavel VokhmyaninPavel Vokhmyanin
3fc543e4709AUTO Version bump to 7.0.50
Pavel VokhmyaninPavel Vokhmyanin
b7a942c7e1bMMerge pull request #44 in OVZ/prl-disk-tool from ~PVOKHMYANIN/prl-disk-tool-vz8:master to master* commit 'd0745850054bd50a75dc0b4eb8947d30e909e4c6': Make lvm_parser py3 ready #PSBM-100836PSBM-100836
Pavel VokhmyaninPavel Vokhmyanin
d0745850054Make lvm_parser py3 ready #PSBM-100836Signed-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>PSBM-100836
Dmitry MishinDmitry Mishin
5254fdb392bAUTO Version bump to 7.0.49
Dmitry MishinDmitry Mishin
bf4d38d2024MMerge pull request #43 in OVZ/prl-disk-tool from ~PVOKHMYANIN/prl-disk-tool-vz8:master to master* commit '2f5bbfa6e60bf2ad93ae2dadbd4378ad9fb35196': Fix build for vz8 #PSBM-100836PSBM-100836
Pavel VokhmyaninPavel Vokhmyanin
2f5bbfa6e60Fix build for vz8 #PSBM-100836Signed-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>PSBM-100836
Denis SilakovDenis Silakov
49a7022630dAUTO Version bump to 7.0.48
Denis SilakovDenis Silakov
f0c43ab1497MMerge branch 'master' of ssh://src.openvz.org/ovz/prl-disk-tool
Denis SilakovDenis Silakov
1d9083f0afbAUTO Version bump to 7.0.47
Denis SilakovDenis Silakov
159ec5fb64aFix company name in author info
Denis SilakovDenis Silakov
f338eb4ec97AUTO Version bump to 7.0.46
Denis SilakovDenis Silakov
7f4e6e15511Update product name, PSBM-106039PSBM-106039
Konstantin BukharovKonstantin Bukharov
ee56a238212AUTO Version bump to 7.0.45
Konstantin BukharovKonstantin Bukharov
08234a71c5aMMerge pull request #42 in OVZ/prl-disk-tool from ~PVOKHMYANIN/prl-disk-tool-psbm-85688:master to master* commit 'da54408e67462a1111dbdac93adcb26f22878682': Rework GPT backup header regeneration #PSBM-85688PSBM-85688
Pavel VokhmyaninPavel Vokhmyanin
da54408e674Rework GPT backup header regeneration #PSBM-85688Since libguestfs-1.40.2-5.1.vz7.2 it is possible to use expand_gpt on shrink scenarios as well. This patch removes ad-hoc solution present before, and reuses expandGPT on shrink. Signed-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>PSBM-85688
Konstantin BukharovKonstantin Bukharov
db58f65668fMMerge pull request #41 in OVZ/prl-disk-tool from ~IGOR/prl-disk-tool:master to master* commit 'a1dd36a0dccf0136f09f46bb5d53138044b662ed': Update Copyright
Igor SukhihIgor Sukhih
a1dd36a0dccUpdate CopyrightCopyright (c) 2017-2019 Virtuozzo International GmbH. All rights reserved. Signed-off-by: Igor Sukhih <igor@virtuozzo.com>
Konstantin BukharovKonstantin Bukharov
1e83432879eAUTO Version bump to 7.0.44
Konstantin BukharovKonstantin Bukharov
a5f9c3261aeMMerge pull request #40 in OVZ/prl-disk-tool from ~PVOKHMYANIN/prl-disk-tool-fix-overflow:master to master* commit '601d468121544bbc40f729cdf1d859fca1ee3fbe': Prevent overflow in getNeededSpace calculation ##PSBM-93339PSBM-93339