emc-openstack / storops

Python storage management library for VNX and Unity.
Apache License 2.0
54 stars 29 forks source link

Unity: fix fs/nfs/cifs issues #335

Closed yong-huang closed 4 years ago

yong-huang commented 4 years ago

Fix filesystem, nfs share, cifs share issues:

codecov[bot] commented 4 years ago

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%) :arrow_up:

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.