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

Unity: fix fs/nfs/cifs issues #335

Merged
merged 1 commit into from
Nov 18, 2020
Merged

Unity: fix fs/nfs/cifs issues #335

merged 1 commit into from
Nov 18, 2020

Conversation

yong-huang
Copy link
Contributor

Fix filesystem, nfs share, cifs share issues:

  • Incorrect response from nfs_share create() call
  • Unable to remove filesystem's description

Fix filesystem, nfs share, cifs share issues:

- Incorrect response from nfs_share create() call
- Unable to remove filesystem's description
@codecov
Copy link

codecov bot commented Nov 12, 2020

Codecov Report

Merging #335 (d6de654) into master (0437478) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #335   +/-   ##
=======================================
  Coverage   91.69%   91.70%           
=======================================
  Files          99       99           
  Lines       13927    13927           
  Branches     1686     1686           
=======================================
+ Hits        12771    12772    +1     
+ Misses        743      741    -2     
- Partials      413      414    +1     
Impacted Files Coverage Δ
storops/unity/resource/cifs_share.py 88.20% <100.00%> (ø)
storops/unity/resource/filesystem.py 92.90% <100.00%> (ø)
storops/unity/resource/nfs_share.py 84.14% <100.00%> (ø)
storops/lib/common.py 93.13% <0.00%> (+0.26%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0437478...d6de654. Read the comment docs.

@yong-huang yong-huang merged commit e435790 into master Nov 18, 2020
@yong-huang yong-huang deleted the unity-file-bug-fixes branch November 18, 2020 12:20
yong-huang added a commit that referenced this pull request Nov 24, 2020
- bd19185 [#323] Unity: add advanced dedup support (#324)
- e435790 Unity: fix fs/nfs/cifs issues (#335)
- d4a2818 VNX: support to specify SP in LUN creation (#334)
- 0437478 [#325] Unity: add parameters for fs/nfs/cifs create and modify (#331)
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