Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flashfiles.mk: Use du -b to get apparent size #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hao-yao
Copy link

@hao-yao hao-yao commented Feb 25, 2023

On disks using ZFS, du can't get correct size of efi_images_tmp, which caused "Disk full" error. Using apparent size can fix it.

@hao-yao hao-yao force-pushed the master branch 2 times, most recently from 39b6537 to 6120c0d Compare February 27, 2023 02:48
@sysopenci
Copy link

Expected syntax:
Commit message one-line summary

  Extra paragraphs can be added here.

  Longer description that explains the problem / solution
  or whatever that needs to be said

  It can contain
    multiple lines
    multiple paragraphs
    blank lines
    references

  But each paragraph must be followed by a blank line

  However, you need to keep the 'Tracked-On', 'Change-Id',
  'Signed-off-by', ..., fields in the **lastest** paragraph of
  the commit message.

  Change-Id: I9e58f79c7faf7f0edb9792e8b5322ab161331141
  Tracked-On: https://jira.server.ext/browse/PROJECTA-123
  Signed-off-by: Developer Name <[email protected]>

On disks using ZFS, `du` can't get correct size of efi_images_tmp,
which caused "Disk full" error. Using apparent size can fix it.

Tracked-On: OAM-106622
Signed-off-by: Hao Yao <[email protected]>
@hao-yao hao-yao reopened this Oct 25, 2023
@sysopenci sysopenci added the Stale Stale label for inactive open prs label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invalid commit message Stale Stale label for inactive open prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants