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

(PA-5790) Add zfs attribute defaultuserquota #83

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

Conversation

AriaXLi
Copy link
Contributor

@AriaXLi AriaXLi commented Jul 3, 2024

This commit adds the defaultuserquota attribute. On machines with zfs filesystem version 5 and older, attempting to use this attribute causes an exception/error since defaultuserquota is not a valid attribute on older zfs filesystem versions. This commit adds logic to handle and rescue that exception.

(cherry picked from commit cb3f040)

@AriaXLi AriaXLi added the enhancement New feature or request label Jul 3, 2024
@AriaXLi AriaXLi requested a review from a team as a code owner July 3, 2024 21:08
This commit adds the defaultuserquota attribute. On machines with zfs
filesystem version 5 and older, attempting to use this attribute causes an
exception/error since defaultuserquota is not a valid attribute on older zfs
filesystem versions. This commit adds logic to handle and rescue that
exception.

(cherry picked from commit cb3f040)

Co-authored-by: Jeffrey Clark <jeffrey.clark@perforce.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants