[Bugs] [Bug 1219951] Should not migrate linkto and commit-hash xattrs on tier promotion/demotion
bugzilla at redhat.com
bugzilla at redhat.com
Tue May 12 13:21:36 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1219951
Dan Lambright <dlambrig at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |CLOSED
Resolution|--- |NOTABUG
Last Closed| |2015-05-12 09:21:36
--- Comment #1 from Dan Lambright <dlambrig at redhat.com> ---
It does not appear the linkto xattr is transferred on file migration.
/* remove the 'linkto' xattr from the destination */
ret = syncop_fremovexattr (to, dst_fd, conf->link_xattr_name, 0, NULL);
if (ret) {
gf_log (this->name, GF_LOG_WARNING,
"%s: failed to perform removexattr on %s (%s)",
loc->path, to->name, strerror (-ret));
ret = -1;
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
More information about the Bugs
mailing list