Hi, http://opensolaris.org/os/project/zfs-crypto/phase1/cli-changes/ # zpool key -c tank Enter Key: Enter new password: Enter new password, again: Key change successful. # Shouldn''t it ask for a new key and not a new password? This message posted from opensolaris.org
Robert Milkowski wrote:> Hi, > > http://opensolaris.org/os/project/zfs-crypto/phase1/cli-changes/ > # zpool key -c tank > Enter Key: > Enter new password: > Enter new password, again: > Key change successful. > # > > > Shouldn''t it ask for a new key and not a new password? >The syntax for passphrase/key prompt isn''t exactly what is being used.. What you would expect to see in the code today is: Enter in passphrase for ''tank'': Enter again: Tony