[zfs-code] Dataset Key storage

2007-05-08 Thread Darren J Moffat
Matthew Ahrens wrote: > Darren J Moffat wrote: >> Matthew Ahrens wrote: >>> Darren J Moffat wrote: My initial thought was using *dsl_dataset_phys_t* however that doesn't have sufficient space so it may be better to store a "pointer" there to some external object. >>> >>> Yep, I wou

[zfs-code] Dataset Key storage

2007-05-08 Thread Darren J Moffat
Matthew Ahrens wrote: > Darren J Moffat wrote: >> My initial thought was using *dsl_dataset_phys_t* however that doesn't >> have sufficient space so it may be better to store a "pointer" there >> to some external object. > > Yep, I would recommend that you store each key in an object in the MOS,

[zfs-code] Dataset Key storage

2007-05-08 Thread Matthew Ahrens
Darren J Moffat wrote: > Matthew Ahrens wrote: >> Darren J Moffat wrote: >>> My initial thought was using *dsl_dataset_phys_t* however that >>> doesn't have sufficient space so it may be better to store a >>> "pointer" there to some external object. >> >> Yep, I would recommend that you store eac