mbox series

[0/2] fstests: add config option to run after mkfs

Message ID cover.1695543976.git.anand.jain@oracle.com (mailing list archive)
Headers show
Series fstests: add config option to run after mkfs | expand

Message

Anand Jain Sept. 28, 2023, 4:23 a.m. UTC
Adds config options to run a command after the scratch mkfs.

Patch 1 is preparatory patch which can be merged  independently.

Patch 2 add the config file option POST_SCRATCH_MKFS_CMD and
POST_SCRATCH_POOL_MKFS_CMD.

Anand Jain (2):
  fstests: btrfs streamlining mkfs command for post-mkfs operations
  fstests: add configuration option for executing post mkfs commands

 common/btrfs | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 common/rc    | 13 +++++++-----
 2 files changed, 64 insertions(+), 5 deletions(-)