Bug 1636965
| Summary: | key sync-to-mount, string type asked, has pointer type [Invalid argument] | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Yaniv Kaul <ykaul> |
| Component: | fuse | Assignee: | Sheetal Pamecha <spamecha> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | mainline | CC: | bugs, pasik |
| Target Milestone: | --- | Keywords: | EasyFix |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-12 13:00:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Yaniv Kaul
2018-10-08 11:29:35 UTC
Still relevant as of Gluster 7:
[ykaul@ykaul glusterfs]$ grep -FRIsn "sync-to-mount"
glusterfsd/src/glusterfsd.c:588: ret = dict_set_static_ptr(options, "sync-to-mount", "enable");
xlators/mount/fuse/src/fuse-bridge.c:6634: ret = dict_get_str(options, "sync-to-mount", &value_string);
xlators/mount/fuse/src/fuse-bridge.c:6914: {.key = {"sync-to-mount"}, .type = GF_OPTION_TYPE_BOOL},
This bug is moved to https://github.com/gluster/glusterfs/issues/985, and will be tracked there from now on. Visit GitHub issues URL for further details |