Hi Matt,
   Interesting proposal.  Has there been any consideration if free space being 
reported for a ZFS filesystem would take into account the copies setting?

Example:
    zfs create mypool/nonredundant_data
    zfs create mypool/redundant_data
    df -h /mypool/nonredundant_data /mypool/redundant_data 
    (shows same amount of free space)
    zfs set copies=3 mypool/redundant_data

Would a new df of /mypool/redundant_data now show a different amount of free 
space (presumably 1/3 if different) than /mypool/nonredundant_data?
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to