bump retries count

i9.5-beta changed/i9/lorax-34.9.23-1.el9.inferit.2
Arkady L. Shane 11 months ago
parent c39e537225
commit 9b9869cf36
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -25,7 +25,7 @@ index d713e4c..80e8c2f 100644
- runcmd(["umount", self.root + d ])
+ # In case parallel building of two or more images
+ # some mounts in /var/tmp/lorax can be busy at the moment of unmounting
+ umount(self.root + d, maxretry=10, retrysleep=5, delete=False)
+ umount(self.root + d, maxretry=200, retrysleep=5, delete=False)
def Run(self, args):
runcmd(["dracut"] + args, root=self.root)

@ -4,7 +4,7 @@
Name: lorax
Version: 34.9.23
Release: 1%{?dist}.inferit.1
Release: 1%{?dist}.inferit.2
Summary: Tool for creating the anaconda install images
License: GPLv2+
@ -194,6 +194,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_datadir}/lorax/templates.d/*
%changelog
* Fri Jan 19 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 34.9.23-1.inferit.2
- bump retries count
* Wed Jul 26 2023 Eugene Zamriy <ezamriy@msvsphere.ru> - 34.9.20-1.inferit.1
- templates: Fixed UTF-8 handling in replace command
- templates: Added iconv command to convert from UTF-8 to another encoding

Loading…
Cancel
Save