[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-13 Thread Prakash Surya
Closed #392 via aaabdc07fcc434413c1e2ae238411a8a4d5bfa9f. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#event-1122580323 -- openzfs-develop

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-13 Thread Prakash Surya
Thanks; I'll open the RTI for this later today. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#issuecomment-308161200 -- openzfs-developer A

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-13 Thread Yuri Pankov
Looks like it was unrelated after all, everything passed this time. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#issuecomment-308071058 --

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-09 Thread Matthew Ahrens
@gwr Changes look good to me, we need to investigate the test failure. It looks like maybe the machine running zloop died? @prakashsurya might be able to help out. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://g

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-09 Thread Matthew Ahrens
ahrens approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#pullrequestreview-43272682 -- openzfs-developer Archiv

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-09 Thread Gordon Ross
What's next for this? more reviewers? RTI? Thx! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#issuecomment-307500204 -- openzfs-developer

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-09 Thread Gordon Ross
gwr commented on this pull request. > +{ + nvlist_t*nvl = NULL; + int err; + + err = nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0); + if (err != 0) + return (err); + + (void) nvlist_add_boolean_value(nvl, A_READONLY, 1); + + if (fname

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-08 Thread John Wren Kennedy
jwk404 commented on this pull request. > +{ + nvlist_t*nvl = NULL; + int err; + + err = nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0); + if (err != 0) + return (err); + + (void) nvlist_add_boolean_value(nvl, A_READONLY, 1); + + if (fn

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-08 Thread John Wren Kennedy
jwk404 approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#pullrequestreview-42890480 -- openzfs-developer Archiv

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-08 Thread Gordon Ross
gwr commented on this pull request. > +{ + nvlist_t*nvl = NULL; + int err; + + err = nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0); + if (err != 0) + return (err); + + (void) nvlist_add_boolean_value(nvl, A_READONLY, 1); + + if (fname

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-07 Thread John Wren Kennedy
jwk404 commented on this pull request. > +{ + nvlist_t*nvl = NULL; + int err; + + err = nvlist_alloc(&nvl, NV_UNIQUE_NAME, 0); + if (err != 0) + return (err); + + (void) nvlist_add_boolean_value(nvl, A_READONLY, 1); + + if (fn

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-06 Thread Prakash Surya
The latest test run for this PR passed, see [here](http://jenkins.open-zfs.org/job/openzfs/job/openzfs/job/PR-392/4/display/redirect) (not sure why the commit status wasn't updated to reflect that). -- You are receiving this because you are subscribed to this thread. Reply to this email directl

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-05 Thread Yuri Pankov
my bad - forgot to update the test case itself (it still had "$CHMOD", "$RM"...) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#issuecomment-306277518 -

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-05 Thread John Wren Kennedy
The dos_ro binary should be added to commands.cfg (in the same directory). default.cfg is no longer used that way. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#issuecomment-3061

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-04 Thread Gordon Ross
Looks like a piece of this change got dropped: ``` diff --git a/usr/src/test/zfs-tests/include/default.cfg b/usr/src/test/zfs-tests/include/default.cfg index 635f3f0b15..56b41b6250 100644 --- a/usr/src/test/zfs-tests/include/default.cfg +++ b/usr/src/test/zfs-tests/include/default.cfg @@ -45,6 +45

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-04 Thread Prakash Surya
this failed the `acl/cifs/cifs_attr_004_pos` test of zftest; is this related to this patch? I don't recall seeing that fail on any other PRs. looking [here](http://jenkins.open-zfs.org/job/openzfs/job/openzfs/job/PR-392/1/artifact/run-zfs-tests.log) I can see the output for that test is: ``` Tes

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-03 Thread Gordon Ross
Thanks for putting this together, @yuripv -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#issuecomment-305985005 -- openzfs-developer Archiv

[developer] Re: [openzfs/openzfs] 8311 ZFS_READONLY is a little too strict (#392)

2017-06-02 Thread Andrew Stormont
Looks good to me. I suspect this will also solve an unrelated issue I've seen with netatalk. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/392#issuecomment-305920296 ---