This is to make it consistent with the existing zfs version setting:

          zfs set version=n <dataset>
          zfs upgrade -V n <dataset>

'zpool upgrade' does more than just setting the version,
it provides mechanism for listing pool versions as well.
Having 2 ways to set the version seems reasonable to me.

Thanks,
Lin

James Carlson wrote:
> Matthew Ahrens writes:
>   
>> Or to an intermediate version (which has to be between the current
>> version and the latest) by using:
>>
>>      zpool set version=N <pool>
>>
>> (as introduced in PSARC/2007/342, but not yet integrated)
>>     
>
> Since it hasn't integrated, and since it's now duplicate
> functionality, should the "set version=N" variant be removed?
>
>   

Reply via email to