On 03/06/2015 18:54, Andriy Gapon wrote:
>
> I found line wrapping that resulted from deep nesting to be quite unpleasing
> aesthetically, so I did a little bit more work than a minimal patch would
> require:
> https://gist.github.com/avg-I/d38f670b8a86613fa458
>
> Could you please take a look?
> I can open an issue and create a review request on the reviewboard.
Forgot to add that I also added (copied from zfs_do_create) some diagnostics for
a mount / share failure.
> On 29/05/2015 01:13, Matthew Ahrens wrote:
>> Seems like it will work. Added a comment to that review:
>>
>> type!=VOLUME and prop_valid_for_type(CANMOUNT) seem like they are essentially
>> checking the same thing (is this a filesystem). It would be better to make
>> that
>> check once. e.g.:
>>
>> if (prop_valid_for_type(CANMOUNT)) {
>> if (prop_get_init(CANMOUNT) == ON)) {
>> zfs_mount()
>> }
>> }
>>
>> On Mon, May 25, 2015 at 11:06 AM, Andriy Gapon <[email protected]
>> <mailto:[email protected]>> wrote:
>>
>>
>> ZoL has the following change:
>>
>> https://github.com/FransUrbo/zfs/commit/dd0e0e69f5b1c83bf2895ac00a0b83af77473175
>> https://github.com/zfsonlinux/zfs/issues/2241
>>
>> I think that that change is correct, because creating a clone does not
>> imply a
>> wish to mount it.
>> What do you think?
>>
>> --
>> Andriy Gapon
>> _______________________________________________
>> developer mailing list
>> [email protected] <mailto:[email protected]>
>> http://lists.open-zfs.org/mailman/listinfo/developer
>>
>>
>
>
--
Andriy Gapon
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer