Skip to content

WIP - Add VFS support #142

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

WIP - Add VFS support #142

wants to merge 2 commits into from

Conversation

samuel-hunter
Copy link

Description

This PR adds Virtual File System support to add file systems and attach them to servers.

Currently this just adds the vfs_info module, which works by itself -- though the tests break because it depends on the vfs module which is not yet implemented. I'll promote this from draft once I've implemented the module, linted, and tested it locally.

Checklist:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you linted your code locally prior to submission?
  • Have you successfully ran tests with your changes locally?

This module pulls a list of virtual file systems from Vultr.

This commit is a WIP because the unit tests require the upcoming vfs
module, which does not exist.
THIS COMMIT CURRENTLY FAILS. THIS CHANGE IS NOT TESTED. THIS CHANGE
SHOULD BE INSERTED BEFORE vfs_info AFTER COMPLETION SO THAT EACH COMMIT
PASSES TESTS.

This change adds the capability to manage Vultr's Virtual File Systems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant