RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1022707 - Changes (add/remove file) through SSH of NFS mounted directory (with nfsvers=3) are unseen through NFS
Summary: Changes (add/remove file) through SSH of NFS mounted directory (with nfsvers=...
Keywords:
Status: CLOSED DUPLICATE of bug 1018653
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: nfs-utils
Version: 6.5
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Steve Dickson
QA Contact: Red Hat Kernel QE team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-23 20:08 UTC by Sergey Gotliv
Modified: 2013-10-25 12:42 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-25 12:42:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Sergey Gotliv 2013-10-23 20:08:56 UTC
Description of problem:
I perform changes throung SSH in NFS-mounted directory and doesn't see these changes when coming to this directory from NFS client.


Version-Release number of selected component (if applicable):
nfs-utils-1.2.3-39.el6.x86_64

How reproducible:
I reproduced it on 3 different sets of RHEL 6.5 client/server machines
Few times I saw changes but in most case I didn't

Steps to Reproduce:
1.Create directory and export it to all 
2.Mount it with -t nfs -o nfsvers=3 
3.Start copying/removing files 

I added set of commands.

Actual results:
Changes are not reflected through NFS

Expected results:
I expect see changes


Additional info:

Server:

/etc/expots

/tmp/test    0.0.0.0/0.0.0.0(rw)


Client:

mount

10.35.64.153:/tmp/test on /mnt/mydir type nfs (rw,nfsvers=3,addr=10.35.64.153)

The set of commands on server:
vi /etc/exports
cd /tmp
mkdir test
chmod 777 test
exportfs -rv
service rpcbind status
service iptables stop
service nfs status
service nfs start
ll
cp kaka.cmd test     - this change I saw from NFS client
cp hsm.py test       - didn't see it from client
cp vdsm_log test     - didn't see it from client
rpm -qa nfs-utils

The set of commands on client:

cd /mnt/
ll
mkdir mydir
chmod 777 mydir
mount -t nfs 10.35.64.153:/tmp/test /mnt/mydir -o nfsver=3

Comment 3 Steve Dickson 2013-10-25 12:42:30 UTC

*** This bug has been marked as a duplicate of bug 1018653 ***


Note You need to log in before you can comment on or make changes to this bug.