-
Notifications
You must be signed in to change notification settings - Fork 50
Fix CIFS authentication & subdir feature #214
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
base: main
Are you sure you want to change the base?
Fix CIFS authentication & subdir feature #214
Conversation
- CIFS authentication bug because no username, password and domain are transmited to proxmoxer. Giving authentication informations resolve the bug.
- Subdir feature was not present
9391de2 to
92a599c
Compare
|
Just added corrections for the linter to have spaces as multiple of 4. Everything seems ok. |
|
And you will need to add a changelog fragment :) Otherwise CI will not include this change in the release changelog. |
Added :-) ! |
Thulium-Drake
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please check the samples for making changelogs 😇
| @@ -0,0 +1,4 @@ | |||
| bugfixes: | |||
| - proxmox_storage - fixed CIFS authentication by sending username and password parameters to proxmoxer. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for documenting your changes! Please see https://github.com/ansible-collections/community.proxmox/blob/main/CONTRIBUTING.md for some guidance with regards to formatting ;-)
Apart from that you're good to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(oh, and all the supported sections are also mentioned on that document)
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #214 +/- ##
==========================================
- Coverage 66.43% 66.30% -0.14%
==========================================
Files 73 73
Lines 7437 7452 +15
Branches 1404 1409 +5
==========================================
Hits 4941 4941
- Misses 2264 2279 +15
Partials 232 232 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
SUMMARY
Fixes : #213
ISSUE TYPE
COMPONENT NAME
modules.proxmox_storage
ADDITIONAL INFORMATION