phdeniel / nfs-ganesha

NFS-Ganesha, a NFSv3/NFSv4.x/9P file server in User Space
http://nfs-ganesha.sf.net
61 stars 49 forks source link

FATTR4_CHANGE is badly supported #1

Open phdeniel opened 13 years ago

phdeniel commented 13 years ago

When using NFSv4, the daemon set FATTR4_CHANGE as a supported attributes. In conversion functions between fattr4 anf fsal_attrib_list_t, this attributes is correctly managed and is associated to fsal_attrib_lits_t::change field. But in general, the FSALs do not handle this field correctly.

To be done: check for sal_attrib_lits_t::change's right support in every FSAL

phdeniel commented 12 years ago

Think about using "file version" when available (ext4, LUSTRE,...)