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 refquota_007_neg.ksh #9257

Merged
merged 1 commit into from
Aug 30, 2019
Merged

Conversation

ikozhukhov
Copy link
Contributor

have to use 'zfs' instead of '$ZFS'

Motivation and Context

Description

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

Signed-off-by: Igor Kozhukhov <[email protected]>
@ikozhukhov ikozhukhov force-pushed the fix_refquota_007_neg branch from 924d48e to 93e735a Compare August 30, 2019 07:17
@codecov
Copy link

codecov bot commented Aug 30, 2019

Codecov Report

Merging #9257 into master will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9257      +/-   ##
==========================================
+ Coverage   78.98%   79.05%   +0.06%     
==========================================
  Files         400      400              
  Lines      122034   122034              
==========================================
+ Hits        96390    96468      +78     
+ Misses      25644    25566      -78
Flag Coverage Δ
#kernel 79.63% <ø> (-0.02%) ⬇️
#user 66.63% <ø> (-0.09%) ⬇️

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 e2fcfa7...93e735a. Read the comment docs.

@codecov
Copy link

codecov bot commented Aug 30, 2019

Codecov Report

Merging #9257 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9257      +/-   ##
==========================================
+ Coverage   78.99%   79.07%   +0.08%     
==========================================
  Files         400      400              
  Lines      122034   122034              
==========================================
+ Hits        96397    96500     +103     
+ Misses      25637    25534     -103
Flag Coverage Δ
#kernel 79.64% <ø> (+0.06%) ⬆️
#user 67.13% <ø> (+0.14%) ⬆️

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 e2fcfa7...93e735a. Read the comment docs.

@behlendorf behlendorf added the Status: Accepted Ready to integrate (reviewed, tested) label Aug 30, 2019
@behlendorf behlendorf merged commit d39c71d into openzfs:master Aug 30, 2019
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Dec 24, 2019
Must use 'zfs' instead of '$ZFS' which is undefined.

Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Igor Kozhukhov <[email protected]>
Closes openzfs#9257
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Dec 27, 2019
Must use 'zfs' instead of '$ZFS' which is undefined.

Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Igor Kozhukhov <[email protected]>
Closes openzfs#9257
tonyhutter pushed a commit that referenced this pull request Jan 23, 2020
Must use 'zfs' instead of '$ZFS' which is undefined.

Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Igor Kozhukhov <[email protected]>
Closes #9257
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants