Skip to content

qa: Enable referent inodes testing with other fs tests#63755

Closed
kotreshhr wants to merge 1 commit intoceph:mainfrom
kotreshhr:qa-enable-referent-inodes-testing
Closed

qa: Enable referent inodes testing with other fs tests#63755
kotreshhr wants to merge 1 commit intoceph:mainfrom
kotreshhr:qa-enable-referent-inodes-testing

Conversation

@kotreshhr
Copy link
Contributor

@kotreshhr kotreshhr commented Jun 5, 2025

This provides better coverage for referent inodes
feature.

Fixes: https://tracker.ceph.com/issues/71574

Contribution Guidelines

  • To sign and title your commits, please refer to Submitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an x between the brackets: [x]. Spaces and capitalization matter when checking off items this way.

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands

@kotreshhr kotreshhr requested a review from a team June 5, 2025 12:29
@github-actions github-actions bot added cephfs Ceph File System tests labels Jun 5, 2025
@kotreshhr
Copy link
Contributor Author

Sample fs volumes run - https://pulpito.ceph.com/khiremat-2025-06-06_06:53:35-fs:volumes-main-distro-default-smithi/
to check if the patch is working

@kotreshhr kotreshhr force-pushed the qa-enable-referent-inodes-testing branch from 26f221b to ce9441c Compare June 9, 2025 11:32
@kotreshhr
Copy link
Contributor Author

Sample fs volumes run - https://pulpito.ceph.com/khiremat-2025-06-06_06:53:35-fs:volumes-main-distro-default-smithi/ to check if the patch is working

The fs_config from yamls wasn't being used while creating fs volume, so this PR was a no-op. Fixed the same.
Also the failure seen in the run are mostly https://tracker.ceph.com/issues/71572 and some infra issues like Internal server error 500

@kotreshhr
Copy link
Contributor Author

@kotreshhr
Copy link
Contributor Author

Scheduled small QA Run for verfication - https://pulpito.ceph.com/khiremat-2025-06-09_11:43:43-fs:volumes-main-distro-default-smithi/

@vshankar I see that the fs_config is being used only for the first test being run. The fs_config isn't retained between the tests after fs is destroyed and recreated for each test. So any fs_config set through yamls is facing this issue.

Please check the below teuthology output for the job https://pulpito.ceph.com/khiremat-2025-06-09_11:43:43-fs:volumes-main-distro-default-smithi/8316701

[khiremat@vossi04 8316701]$ pwd
/teuthology/khiremat-2025-06-09_11:43:43-fs:volumes-main-distro-default-smithi/8316701
[khiremat@vossi04 8316701]$ egrep "test_runner:Starting test|fs_config" teuthology.log  | less
[khiremat@vossi04 8316701]$ egrep "test_runner:Starting test|fs_config" teuthology.log  
2025-06-09T13:47:23.219 DEBUG:tasks.cephfs.filesystem:fs_config: {'allow_referent_inodes': True}
2025-06-09T13:47:42.346 INFO:tasks.cephfs_test_runner:Starting test: test_nonexistent_subvolume_group_snapshot_rm (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.346 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_create_and_rm (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.346 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_idempotence (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.347 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_ls (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.347 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_rm_force (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.347 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_unsupported_status (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:48:01.969 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:48:20.036 INFO:tasks.cephfs_test_runner:Starting test: test_clean_stale_subvolume_snapshot_metadata (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:48:30.090 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:48:58.269 INFO:tasks.cephfs_test_runner:Starting test: test_nonexistent_subvolume_snapshot_rm (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:49:08.328 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:49:26.913 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_inherited_snapshot_info (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:49:37.637 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:49:57.199 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_inherited_snapshot_ls (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:50:07.280 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:50:28.399 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_inherited_snapshot_rm (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:50:38.460 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:50:57.538 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_invalid_recreate (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:51:07.610 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:51:30.086 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_recreate_subvolume (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:51:40.145 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:52:12.643 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_trash_busy_recreate (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:52:22.705 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:52:43.196 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_with_snapshots (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:52:53.263 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:53:17.901 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_without_snapshots (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:53:34.979 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:53:53.558 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_rm_with_snapshots (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:54:03.630 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:54:22.217 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_create_and_rm (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:54:32.283 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:54:50.864 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_create_idempotence (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:55:01.585 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:55:20.251 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_in_group (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:55:37.331 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:55:56.619 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_info (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:56:06.689 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:56:26.248 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_ls (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:56:36.307 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:56:56.862 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_after_snapshot_remove (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:57:06.919 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:57:28.008 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_get (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:57:38.068 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:57:58.143 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_get_for_nonexisting_key (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:58:08.222 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:58:28.300 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_get_for_nonexisting_section (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:58:38.362 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:58:57.706 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_list (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:59:07.785 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:59:28.767 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_list_if_no_metadata_set (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:59:38.842 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:59:58.237 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:00:15.326 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:00:35.447 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_for_nonexisting_key (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:00:45.526 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:01:05.277 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_for_nonexisting_section (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:01:15.356 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:01:34.746 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_force (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:01:44.813 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:02:04.958 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_force_for_nonexisting_key (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:02:15.676 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:02:36.221 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_set (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:02:46.288 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:03:05.671 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_set_idempotence (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:03:15.740 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:03:35.901 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_update (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:03:45.972 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:04:06.229 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_protect_unprotect_sanity (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:04:16.295 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:05:26.461 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_rm_force (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:05:36.530 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:05:54.192 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_subvolumegroup_snapshot_name_conflict (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:06:04.241 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:06:23.317 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:06:34.032 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:06:52.116 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_for_upgraded_legacy (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:07:02.179 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:07:24.309 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_for_v1 (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:07:34.374 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:07:56.770 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_in_group (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:08:06.843 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:08:25.466 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_in_group_for_upgraded_legacy (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:08:35.537 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:08:54.165 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_in_group_for_v1 (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:09:04.273 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:09:23.530 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_on_retained_subvol (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:09:33.605 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:09:54.809 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_on_retained_subvol_in_group (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:10:04.865 DEBUG:tasks.cephfs.filesystem:fs_config: {}

@vshankar
Copy link
Contributor

Scheduled small QA Run for verfication - https://pulpito.ceph.com/khiremat-2025-06-09_11:43:43-fs:volumes-main-distro-default-smithi/

@vshankar I see that the fs_config is being used only for the first test being run. The fs_config isn't retained between the tests after fs is destroyed and recreated for each test. So any fs_config set through yamls is facing this issue.

Please check the below teuthology output for the job https://pulpito.ceph.com/khiremat-2025-06-09_11:43:43-fs:volumes-main-distro-default-smithi/8316701

[khiremat@vossi04 8316701]$ pwd
/teuthology/khiremat-2025-06-09_11:43:43-fs:volumes-main-distro-default-smithi/8316701
[khiremat@vossi04 8316701]$ egrep "test_runner:Starting test|fs_config" teuthology.log  | less
[khiremat@vossi04 8316701]$ egrep "test_runner:Starting test|fs_config" teuthology.log  
2025-06-09T13:47:23.219 DEBUG:tasks.cephfs.filesystem:fs_config: {'allow_referent_inodes': True}
2025-06-09T13:47:42.346 INFO:tasks.cephfs_test_runner:Starting test: test_nonexistent_subvolume_group_snapshot_rm (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.346 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_create_and_rm (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.346 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_idempotence (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.347 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_ls (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.347 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_rm_force (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.347 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_unsupported_status (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:48:01.969 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:48:20.036 INFO:tasks.cephfs_test_runner:Starting test: test_clean_stale_subvolume_snapshot_metadata (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:48:30.090 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:48:58.269 INFO:tasks.cephfs_test_runner:Starting test: test_nonexistent_subvolume_snapshot_rm (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:49:08.328 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:49:26.913 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_inherited_snapshot_info (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:49:37.637 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:49:57.199 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_inherited_snapshot_ls (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:50:07.280 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:50:28.399 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_inherited_snapshot_rm (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:50:38.460 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:50:57.538 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_invalid_recreate (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:51:07.610 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:51:30.086 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_recreate_subvolume (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:51:40.145 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:52:12.643 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_trash_busy_recreate (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:52:22.705 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:52:43.196 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_with_snapshots (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:52:53.263 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:53:17.901 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_without_snapshots (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:53:34.979 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:53:53.558 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_rm_with_snapshots (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:54:03.630 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:54:22.217 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_create_and_rm (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:54:32.283 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:54:50.864 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_create_idempotence (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:55:01.585 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:55:20.251 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_in_group (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:55:37.331 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:55:56.619 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_info (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:56:06.689 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:56:26.248 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_ls (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:56:36.307 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:56:56.862 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_after_snapshot_remove (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:57:06.919 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:57:28.008 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_get (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:57:38.068 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:57:58.143 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_get_for_nonexisting_key (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:58:08.222 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:58:28.300 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_get_for_nonexisting_section (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:58:38.362 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:58:57.706 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_list (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:59:07.785 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:59:28.767 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_list_if_no_metadata_set (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:59:38.842 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:59:58.237 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:00:15.326 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:00:35.447 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_for_nonexisting_key (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:00:45.526 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:01:05.277 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_for_nonexisting_section (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:01:15.356 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:01:34.746 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_force (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:01:44.813 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:02:04.958 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_force_for_nonexisting_key (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:02:15.676 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:02:36.221 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_set (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:02:46.288 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:03:05.671 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_set_idempotence (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:03:15.740 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:03:35.901 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_update (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:03:45.972 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:04:06.229 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_protect_unprotect_sanity (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:04:16.295 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:05:26.461 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_rm_force (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:05:36.530 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:05:54.192 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_subvolumegroup_snapshot_name_conflict (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:06:04.241 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:06:23.317 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:06:34.032 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:06:52.116 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_for_upgraded_legacy (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:07:02.179 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:07:24.309 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_for_v1 (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:07:34.374 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:07:56.770 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_in_group (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:08:06.843 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:08:25.466 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_in_group_for_upgraded_legacy (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:08:35.537 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:08:54.165 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_in_group_for_v1 (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:09:04.273 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:09:23.530 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_on_retained_subvol (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:09:33.605 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:09:54.809 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_on_retained_subvol_in_group (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:10:04.865 DEBUG:tasks.cephfs.filesystem:fs_config: {}

I'll have a look.

@kotreshhr kotreshhr force-pushed the qa-enable-referent-inodes-testing branch 5 times, most recently from 05dd271 to ce9441c Compare June 12, 2025 16:38
@kotreshhr
Copy link
Contributor Author

Scheduled small QA Run for verfication - https://pulpito.ceph.com/khiremat-2025-06-09_11:43:43-fs:volumes-main-distro-default-smithi/

@vshankar I see that the fs_config is being used only for the first test being run. The fs_config isn't retained between the tests after fs is destroyed and recreated for each test. So any fs_config set through yamls is facing this issue.
Please check the below teuthology output for the job https://pulpito.ceph.com/khiremat-2025-06-09_11:43:43-fs:volumes-main-distro-default-smithi/8316701

[khiremat@vossi04 8316701]$ pwd
/teuthology/khiremat-2025-06-09_11:43:43-fs:volumes-main-distro-default-smithi/8316701
[khiremat@vossi04 8316701]$ egrep "test_runner:Starting test|fs_config" teuthology.log  | less
[khiremat@vossi04 8316701]$ egrep "test_runner:Starting test|fs_config" teuthology.log  
2025-06-09T13:47:23.219 DEBUG:tasks.cephfs.filesystem:fs_config: {'allow_referent_inodes': True}
2025-06-09T13:47:42.346 INFO:tasks.cephfs_test_runner:Starting test: test_nonexistent_subvolume_group_snapshot_rm (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.346 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_create_and_rm (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.346 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_idempotence (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.347 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_ls (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.347 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_rm_force (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:47:42.347 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_group_snapshot_unsupported_status (tasks.cephfs.test_volumes.TestSubvolumeGroupSnapshots)
2025-06-09T13:48:01.969 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:48:20.036 INFO:tasks.cephfs_test_runner:Starting test: test_clean_stale_subvolume_snapshot_metadata (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:48:30.090 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:48:58.269 INFO:tasks.cephfs_test_runner:Starting test: test_nonexistent_subvolume_snapshot_rm (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:49:08.328 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:49:26.913 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_inherited_snapshot_info (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:49:37.637 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:49:57.199 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_inherited_snapshot_ls (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:50:07.280 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:50:28.399 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_inherited_snapshot_rm (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:50:38.460 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:50:57.538 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_invalid_recreate (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:51:07.610 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:51:30.086 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_recreate_subvolume (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:51:40.145 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:52:12.643 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_trash_busy_recreate (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:52:22.705 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:52:43.196 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_with_snapshots (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:52:53.263 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:53:17.901 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_retain_snapshot_without_snapshots (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:53:34.979 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:53:53.558 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_rm_with_snapshots (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:54:03.630 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:54:22.217 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_create_and_rm (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:54:32.283 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:54:50.864 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_create_idempotence (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:55:01.585 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:55:20.251 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_in_group (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:55:37.331 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:55:56.619 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_info (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:56:06.689 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:56:26.248 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_ls (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:56:36.307 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:56:56.862 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_after_snapshot_remove (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:57:06.919 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:57:28.008 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_get (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:57:38.068 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:57:58.143 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_get_for_nonexisting_key (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:58:08.222 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:58:28.300 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_get_for_nonexisting_section (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:58:38.362 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:58:57.706 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_list (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:59:07.785 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:59:28.767 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_list_if_no_metadata_set (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T13:59:38.842 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T13:59:58.237 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:00:15.326 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:00:35.447 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_for_nonexisting_key (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:00:45.526 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:01:05.277 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_for_nonexisting_section (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:01:15.356 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:01:34.746 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_force (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:01:44.813 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:02:04.958 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_remove_force_for_nonexisting_key (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:02:15.676 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:02:36.221 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_set (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:02:46.288 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:03:05.671 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_set_idempotence (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:03:15.740 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:03:35.901 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_metadata_update (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:03:45.972 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:04:06.229 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_protect_unprotect_sanity (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:04:16.295 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:05:26.461 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_snapshot_rm_force (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:05:36.530 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:05:54.192 INFO:tasks.cephfs_test_runner:Starting test: test_subvolume_subvolumegroup_snapshot_name_conflict (tasks.cephfs.test_volumes.TestSubvolumeSnapshots)
2025-06-09T14:06:04.241 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:06:23.317 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:06:34.032 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:06:52.116 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_for_upgraded_legacy (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:07:02.179 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:07:24.309 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_for_v1 (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:07:34.374 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:07:56.770 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_in_group (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:08:06.843 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:08:25.466 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_in_group_for_upgraded_legacy (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:08:35.537 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:08:54.165 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_in_group_for_v1 (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:09:04.273 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:09:23.530 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_on_retained_subvol (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:09:33.605 DEBUG:tasks.cephfs.filesystem:fs_config: {}
2025-06-09T14:09:54.809 INFO:tasks.cephfs_test_runner:Starting test: test_snapshot_getpath_on_retained_subvol_in_group (tasks.cephfs.test_volumes.TestSubvolumeSnapshotGetpath)
2025-06-09T14:10:04.865 DEBUG:tasks.cephfs.filesystem:fs_config: {}

I'll have a look.

Fixed this issue as part of #63902

@kotreshhr
Copy link
Contributor Author

jenkins test make check

@kotreshhr
Copy link
Contributor Author

jenkins test api

@kotreshhr
Copy link
Contributor Author

jenkins test make check arm64

@kotreshhr
Copy link
Contributor Author

jenkins retest this please

This provides better coverage for referent inodes
feature

Fixes: https://tracker.ceph.com/issues/71574
Signed-off-by: Kotresh HR <khiremat@redhat.com>
@kotreshhr kotreshhr force-pushed the qa-enable-referent-inodes-testing branch from ce9441c to 5502fea Compare June 16, 2025 08:26
@kotreshhr
Copy link
Contributor Author

jenkins test api

@kotreshhr kotreshhr requested a review from vshankar June 19, 2025 03:55
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs for another 30 days.
If you are a maintainer or core committer, please follow-up on this pull request to identify what steps should be taken by the author to move this proposed change forward.
If you are the author of this pull request, thank you for your proposed contribution. If you believe this change is still appropriate, please ensure that any feedback has been addressed and ask for a code review.

@github-actions github-actions bot added the stale label Sep 27, 2025
@github-actions
Copy link

This pull request has been automatically closed because there has been no activity for 90 days. Please feel free to reopen this pull request (or open a new one) if the proposed change is still appropriate. Thank you for your contribution!

@github-actions github-actions bot closed this Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cephfs Ceph File System stale tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants