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

fix: Add a subvolume syscall exception for btrfs (#454) #473

Merged
merged 3 commits into from Jun 15, 2022

Conversation

studioego
Copy link
Contributor

add a btrfs subvolumn system call exception

Python os.statvfs syscall to btrfs subvolume(eg. /var/lib/docker/btrfs ) failed with permission error,
adding exception handling before os.statvfs syscall

close #454

add a btrfs subvolumn system call exception

Python os.statvfs syscall to btrfs subvolume(eg. /var/lib/docker/btrfs ) failed with permission error,
adding exception handling before os.statvfs syscall

close #454
@studioego studioego added the comp:agent Related to Agent component label Jun 14, 2022
@studioego studioego requested a review from achimnol June 14, 2022 14:16
@studioego studioego self-assigned this Jun 14, 2022
add change log for PR
@achimnol achimnol merged commit db7063d into main Jun 15, 2022
@achimnol achimnol deleted the fix/ignore_mount_docker_btrfs branch June 15, 2022 00:58
@achimnol achimnol added this to the 22.03 milestone Jun 15, 2022
@achimnol achimnol added the type:bug Reports about that are not working label Jun 15, 2022
achimnol pushed a commit that referenced this pull request Jun 15, 2022
Backported-From: main (22.06)
Backported-To: 22.03
@Yaminyam Yaminyam added the size:XS ~10 LoC label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:agent Related to Agent component size:XS ~10 LoC type:bug Reports about that are not working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run backend.ai agent error on 'btrfs', Linux filesystem
3 participants