Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11270
Created an attachment (id=9166) Please don't reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9166&action=view) a draft patch a draft patch for b1_5 implementing the lockless i/o, it is compilable and it passes simple copy/write tests as well as fsx -RW. these tunables need to be altered to trigger lockless i/o: for x in /proc/fs/lustre/llite/* ; do echo 4096 >> $x/min_nolock_size echo 40960 >> $x/max_nolock_size done echo 40960 >> /proc/fs/lustre/ost/OSS/max_nolock_size _______________________________________________ Lustre-devel mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-devel
