[openSUSE/obs-build] 347cf3: vm-build: ext3 & ext4: fix disk space allocation
Branch: refs/heads/master Home: https://github.com/openSUSE/obs-build Commit: 347cf3461257351c1e7c4db9ebd4201c2c88168e https://github.com/openSUSE/obs-build/commit/347cf3461257351c1e7c4db9ebd4201... Author: Adrian Schröter <adrian@suse.de> Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M build-vm Log Message: ----------- vm-build: ext3 & ext4: fix disk space allocation We did fallocate the root device explicit to ensure available disk space according to the config. However, the mkfs is operation with discard and frees the disk space again. This leads to over-commited when having multiple worker instances. So we explicit disable the punch hole/fallocate call inside of mkfs.ext3 and mkfs.ext4 by setting nodiscard. An obs worker instance will disable itself when running into this situation. Commit: 8d28409f12eff308bfe5b4f11093c48846b66ba0 https://github.com/openSUSE/obs-build/commit/8d28409f12eff308bfe5b4f11093c48... Author: Michael Schroeder <mls@suse.de> Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M build-vm Log Message: ----------- Merge pull request #1000 from adrianschroeter/nodiscard vm-build: ext3 & ext4: fix disk space allocation Compare: https://github.com/openSUSE/obs-build/compare/fd43ddef7453...8d28409f12ef To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/obs-build/settings/notifications
participants (1)
-
Michael Schroeder