AuthorCommitMessageCommit dateIssues
Aleksandr LeskinAleksandr Leskin
4ddd0f13298Update targets.list for dist-vz9-u00Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>
Aleksandr LeskinAleksandr Leskin
192254191d2update target.list for new spec repoSigned-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>
EfimEfim
9de2fe03051AUTO Version bump to 9.0.13
EfimEfim
3685a096b1cChange loglevel VZTL_ERR to VZTL_INFO for upgrade cmd#PSBM-150404VZTL_ERR log level adds "Error: " prefix to the out string, thus output string may be confusing. We change log level to VZTL_INFO for vzpkg upgrade check-only option. Signed-off-by: Fima <efim.shevrin@virtuozzo.com>PSBM-150404
EfimEfim
e4c7fb7f65aAUTO Version bump to 9.0.12
EfimEfim
e03894c35f7change targets.list
EfimEfim
e1031f73317AUTO Version bump to 9.0.11
EfimEfim
e8fb11da4dfAdd --norepair option for vzpkg upgrade cmd #PSBM-151080--norepair option excludes template OS repair after upgrade Signed-off-by: Fima Shevrin <efim.shevrin@virtuozzo.com>PSBM-151080
EfimEfim
6c3cf9b68c8AUTO Version bump to 9.0.10
EfimEfim
db6a7b3ecfcFix vzpkg options pasrsing #PSBM-151272-F option is screened by Q option in parsing that leads to parsing errors. We fix get_opt func options. Signed-off-by: Fima <efim.shevrin@virtuozzo.com>PSBM-151272
Aleksandr LeskinAleksandr Leskin
222fad6dc46AUTO Version bump to 9.0.9
Aleksandr LeskinAleksandr Leskin
06ee8e04a0dmerge fix: restore after merge conflicts lost lines #PSBM-151218This patch fixes commit: 68c3b6fa61464756bbaac68da2228350886256d7 Add releasever option in vzpkg #PSBM-150864 which was merged from vz7-u21 with conflicts. Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>2 Jira Issues
Aleksandr LeskinAleksandr Leskin
d4f8680117dAUTO Version bump to 9.0.8
EfimAleksandr LeskinEfim
b2cffae0e77Add options allowerasing in vzpkg #PSBM-151079allowerasing is yum option, it allows erasing of installed packages to resolve dependencies. Adding this option allows you to transfer it in yum cmd from the vzpkg client. Signed-off-by: Fima <efim.shevrin@virtuozzo.com>PSBM-151079
EfimAleksandr LeskinEfim
68c3b6fa614Add releasever option in vzpkg #PSBM-150864vcpkg releasever option is equivalent to the same option in yum. Allows direct transmission pass the release version of the repository to yum cmd. Signed-off-by: Fima <efim.shevrin@virtuozzo.com> Conflicts: include/vztt_options.h man/vzpkg.8.in src/vztt.cPSBM-150864
Aleksandr LeskinAleksandr Leskin
b2864b37d6eAUTO Version bump to 9.0.7
Aleksandr LeskinAleksandr Leskin
21db7984cdcAUTO Version bump to 9.0.6
Aleksandr LeskinAleksandr Leskin
2fc37bbacc5AUTO Version bump to 9.0.5
Aleksandr LeskinAleksandr Leskin
6b2f77d539fcache: fix cache for simfs #PSBM-145013simfs - it is kind of cache container and it cannot be combined with other image formats like 'qcow2' and 'ploopv2'. 'vzpkg' utility should check value of VEFSTYPE and skip handling image format for 'simfs' value. Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-145013
Aleksandr LeskinAleksandr Leskin
09a8da98ba7Updated targets.list for dist-vz9-rc1Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>
EfimEfim
ad2a05a757bAUTO Version bump to 9.0.4
EfimEfim
b90410e88dfIncorrect parsing of rpm package data #PSBM-149099Some distributions use different character delimiters when reading rpm package info, so the current substring search leads to errors. We rework the output parsing of the in rpm_info method. Signed-off-by: Fima Shevrin <efim.shevrin@virtuozzo.com>PSBM-149099
Aleksandr LeskinAleksandr Leskin
1c41cf0744fAUTO Version bump to 9.0.3
Aleksandr LeskinAleksandr Leskin
f16223b68edyum: prohibit using allowerasing option for yum #PSBM-144469Old versions of yum does not have such options. We need to get more descriptions to determine when we should enable this feature. This patch revert previous 39fbe73cee072 commit. Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-144469
Aleksandr LeskinAleksandr Leskin
fe58862e777AUTO Version bump to 9.0.2
Aleksandr LeskinAleksandr Leskin
39fbe73cee0yum: use allowerasing for yum upgrade running #PSBM-144469The obsolete lists for such cases will never become compliant. So probably need just start erasing obsoleted packages. Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-144469
Aleksandr LeskinAleksandr Leskin
f66125f6c26AUTO Version bump to 9.0.1
Aleksandr LeskinAleksandr Leskin
8e1fb719f81Bump version to vhs9Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>
Aleksandr LeskinAleksandr Leskin
33b43e48b40cache: introduce timeout parameter for creating cache #PSBM-142106Timeout parameter defines timeout period of locked cache in seconds. It allows several vzpkg utilities to work simultaneously. If timeout is not set or it equals zero, vzpkg will wait for cache infinite. Previously we used for zero timeout non-blocking lock F_SETLK and now we will always use blocking lock with wait F_SETLKW for cache. Also we use existing cache and do not fail if after locking ...PSBM-142106
Aleksandr LeskinAleksandr Leskin
bff73d86bf7cache: refactoring: define cache mode in header file, remove magic number #PSBM-142106Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-142106
Aleksandr LeskinAleksandr Leskin
c6075458e7cAUTO Version bump to 7.0.95
Aleksandr LeskinAleksandr Leskin
8e7cb70e7aepackage-list: restore next element of package list after removing #PSBM-142881Memory corruption fix. Deleting current element from package list brings a corupted memory for the next element. Keep it and restore after for returning value. Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-142881
Aleksandr LeskinAleksandr Leskin
b268a12e444AUTO Version bump to 7.0.94
Aleksandr LeskinAleksandr Leskin
c4391277150manually bump version to fix ploop dependenciesSigned-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>
Aleksandr LeskinAleksandr Leskin
643d91ab42eAUTO Version bump to 7.0.92
Aleksandr LeskinAleksandr Leskin
25376996e77fix remove cache for template, remove all caches if veimgfmt or vefstype is not set in command line #PSBM-141152Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-141152
Aleksandr LeskinAleksandr Leskin
b2fa83e67a9AUTO Version bump to 7.0.91
Aleksandr LeskinAleksandr Leskin
4bc55fcc391MMerge pull request #51 in OVZ/vztt from ~ALEKSANDR.LESKIN/vztt:PSBM-141110 to master* commit '87b5f988ae8e85e7d5fd74519917382f26dce54d': fixed using default fstype as xfs #PSBM-141110PSBM-141110
Aleksandr LeskinAleksandr Leskin
2970ad7de42MMerge pull request #50 in OVZ/vztt from ~ALEKSANDR.LESKIN/vztt:PSBM-141108 to master* commit '8d91e0f5b322228d15d9d9eea61a1e3d92cedccd': improve error message for empty fstype parameter #PSBM-141108 add warning message for unknown image format type #PSBM-141108PSBM-141108
Aleksandr LeskinAleksandr Leskin
6ed367dcd7fminor fixes for man page #PSBM-141105Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-141105
Aleksandr LeskinAleksandr Leskin
87b5f988ae8fixed using default fstype as xfs #PSBM-141110Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-141110
Aleksandr LeskinAleksandr Leskin
8d91e0f5b32improve error message for empty fstype parameter #PSBM-141108Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-141108
Aleksandr LeskinAleksandr Leskin
09697d77116add warning message for unknown image format type #PSBM-141108Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-141108
Aleksandr LeskinAleksandr Leskin
95e0dce017cAUTO Version bump to 7.0.90
Aleksandr LeskinAleksandr Leskin
67e39ba5443make container fstype and image format configurable for template caches #PSBM-140426Signed-off-by: Aleksandr Leskin <aleksandr.leskin@virtuozzo.com>PSBM-140426
Pavel VokhmyaninPavel Vokhmyanin
10b30560c9bMake vztt_checker32 optionalSigned-off-by: Pavel Vokhmyanin <pvokhmyanin@virtuozzo.com>
Denis SilakovDenis Silakov
cf43ad8ab6cAUTO Version bump to 7.0.89
Denis SilakovDenis Silakov
be9f0bb0f09yum: errorlevel and debuglevel should not exceed 10, PSBM-135203PSBM-135203
Denis SilakovDenis Silakov
8325fbd76e1AUTO Version bump to 7.0.88
Denis SilakovDenis Silakov
dd4af2d04e1Target to vz9 beta