| Summary: | NFSv3 related additions to 2.1 task list | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Amar Tumballi <amarts> |
| Component: | core | Assignee: | Anand Avati <aavati> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | mainline | CC: | chrisw, gluster-bugs, shehjart, vraman |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | RTNR | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Amar Tumballi
2009-07-16 01:13:59 UTC
Shehjar Tikoo wrote:
>
> In that case, we'll be distributing the fops among all the developers.
Here is a list of who does what:
Gowda Raghavendra Vikas Shehjar Avati Vijay
======================================================================
lookup ftruncate symlink fsync fgetxattr setdents
stat utimens rename opendir removexattr getdents
fstat access link readdir lk checksum
chmod readlink create fsyncdir inodelk xattrop
fchmod mknod open statfs finodelk fxattrop
chown mkdir readv setxattr entrylk lock_notify
fchown unlink writev getxattr fentrylk lock_fnotify
truncate rmdir flush fsetxattr
Thanks,
Vijay
Anther attempt to make the table cleaner. <table border=1> <tr> <td>Gowda</td><td>Raghavendra</td><td>Vikas</td><td>Shehjar</td><td>Avati</td><td>Vijay</td></tr> <tr> <td>lookup</td><td>ftruncate</td><td>symlink</td><td>fsync</td><td>fgetxattr</td><td>setdents</td> </tr> <tr> <td>stat</td><td>utimens</td><td>rename</td><td>opendir</td><td>removexattr</td><td>getdents</td> </tr> <tr> <td>fstat</td><td>access</td><td>link</td><td>readdir</td><td>lk</td><td>checksum</td> </tr> <tr> <td>chmod</td><td>readlink</td><td>create</td><td>fsyncdir</td><td>inodelk</td><td>xattrop</td> </tr> <tr> <td>fchmod</td><td>mknod</td><td>open</td><td>statfs</td><td>finodelk</td><td>fxattrop</td> </tr> <tr> <td>chown</td><td>mkdir</td><td>readv</td><td>setxattr</td><td>entrylk</td><td>lock_notify</td> </tr> <tr> <td>fchown</td><td>unlink</td><td>writev</td><td>getxattr</td><td>fentrylk</td><td>lock_fnotify</td> </tr> <tr> <td>truncate</td><td>rmdir</td><td>flush</td><td>fsetxattr</td> </tr> </table> Thanks, Vijay Ah, well, better continue referring to Vijay's email. The formatting here is crap. (In reply to comment #2) > Anther attempt to make the table cleaner. > PATCH: http://patches.gluster.com/patch/1608 in master (Global: NFS-friendly prototype changes) PATCH: http://patches.gluster.com/patch/1605 in master (unify: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1606 in master (posix: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1607 in master (server: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1609 in master (client: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1611 in master (trace: NFs-friendly logic changes) PATCH: http://patches.gluster.com/patch/1610 in master (io-stats: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1612 in master (locks: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1613 in master (error-gen: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1614 in master (stripe: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1615 in master (filter: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1616 in master (write-behind: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1617 in master (read-ahead: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1618 in master (io-threads: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1619 in master (symlink-cache: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1620 in master (ha: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1621 in master (ha: Handle memory allocation failures) PATCH: http://patches.gluster.com/patch/1622 in master (distribute: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/1670 in master (mem-pool: Include stdlib for calloc()) PATCH: http://patches.gluster.com/patch/1671 in master (core: Add rbtree based hash table) PATCH: http://patches.gluster.com/patch/1672 in release-2.0 (mem-pool: Include stdlib for calloc()) PATCH: http://patches.gluster.com/patch/1673 in release-2.0 (core: Add rbtree based hashtable) PATCH: http://patches.gluster.com/patch/1848 in master (posix: Ensure ENOTEMPTY return on rmdir) PATCH: http://patches.gluster.com/patch/1865 in master (protocol/server: Set preparent and postparent in the response struct.) PATCH: http://patches.gluster.com/patch/1888 in master (io-cache: NFS-friendly changes) PATCH: http://patches.gluster.com/patch/2008 in master (cluster/afr: NFS-friendly logic changes) PATCH: http://patches.gluster.com/patch/2019 in master (cluster/afr: Set local->fd in fsync.) Err...is this really supposed to be fixed. I havent submitted nfs xlator yet. Dont we need that anymore? :) |