]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/test_backtrace: Validate remote_inode xattr is stored
authorKotresh HR <khiremat@redhat.com>
Thu, 27 Feb 2025 19:24:43 +0000 (00:54 +0530)
committerKotresh HR <khiremat@redhat.com>
Tue, 4 Mar 2025 06:20:47 +0000 (11:50 +0530)
commit4e0f7dbd558cf6672fd40536e8f1ef86d1995b5a
tree857a5611b0b408e5cde511484b8064138e0beb03
parent410dcccc79b5019baeb14768bc0ad10878b25d35
qa/test_backtrace: Validate remote_inode xattr is stored

Validate 'remote_inode' xattr is stored on the
referent inode upon hardlink creation if the
referent inodes feature is enabled. The value
of the xattr would be the inode number of the
primary inode.

Also validate that the referent inode is not
created on hardlink creation if the feature
is disabled.

Fixes: https://tracker.ceph.com/issues/69338
Signed-off-by: Kotresh HR <khiremat@redhat.com>
qa/tasks/cephfs/filesystem.py
qa/tasks/cephfs/test_backtrace.py