|
Bugzilla – Full Text Bug Listing |
| Summary: | cifs: Content Duplication: <Windows share>Mounting Secondary Folder Shows Contents of First Folder in both the Mount Points | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Rohith kumar <rohithmkumar96> |
| Component: | Kernel | Assignee: | openSUSE Kernel Bugs <kernel-bugs> |
| Status: | RESOLVED NORESPONSE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | Andreas.Stieger, ematsumiya, rohithmkumar96 |
| Version: | Leap 15.5 | Flags: | ematsumiya:
needinfo?
(rohithmkumar96) |
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE Leap 15.5 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Rohith kumar
2023-06-27 08:58:55 UTC
Just to clarify, if we mount first folder , unmount it and mounting the second folder works as expected. But if both first and second folders are mounted, if we unmount and remount any folder we can see the folders duplication. Do not touch the priority field unless you are a developer. Moving to kernel as cigs is in the kernel. (In reply to Rohith kumar from comment #0) > Actual Results: > Running "ls /mnt/secondmountpath" should display the contents of > //common_server/folder2 but it has the content of //common_server/folder1. I cannot reproduce this. Are you sure that the mounted shares are regular shares (i.e. non-DFS)? If you still can reproduce the bug, please enable the following debugging options and provide the generated log files afterwards: # umount /mnt/<affected directories> # rmmod cifs # dmesg --clear # modprobe cifs # echo 'module cifs +p' > /sys/kernel/debug/dynamic_debug/control # echo 'file fs/smb/client/* +p' > /sys/kernel/debug/dynamic_debug/control # echo 1 > /proc/fs/cifs/cifsFYI # echo 1 > /sys/module/dns_resolver/parameters/debug <reproduce the bug> Save the logs and attach them here: # cat /proc/fs/cifs/dfscache > dfscache.txt # dmesg > dmesg.txt |