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

server: grow the xfs filesystem #971

Draft
wants to merge 1 commit into
base: devel
Choose a base branch
from
Draft

Conversation

vatsa287
Copy link
Member

What this PR does / why we need it:
This PR grows the filesystem size to match the underlying device size when filetype is xfs.

Which issue(s) this PR fixes:
Fixes #970

Special notes for your reviewer:

Checklist

  • Documentation added
  • Tests updated
  • Add an entry in the CHANGELOG.md about the changes.

Fixes: kadalu#970
Signed-off-by: Shree Vatsa N <[email protected]>
@vatsa287 vatsa287 marked this pull request as draft March 21, 2023 07:03
# Expand the device file-system to match the current device size,
# When a underlying device is expanded, grow the filesystem.
try:
execute(XFS_GROWFS_CMD, "-d", mountdir)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this be a no-op when there's no space to extend?

Copy link

stale bot commented Mar 17, 2024

Thank you for your contributions.
Noticed that this issue is idle since 180 days! There is a possibility that this issue is already fixed in later releases. Please upgrade and check! If I don't hear any update in this issue in next 2 weeks, will be closing the issue.
That doesn't mean one can't re-open the issue! Just comment on the issue, and click 'Reopen', if you still have the issue.

@stale stale bot added the wontfix This will not be worked on label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFE]: how to expand the KadaluStorage size?
2 participants