All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] encrypt: add ceph support
@ 2022-10-27  3:00 xiubli
  2022-10-27  3:20 ` Zorro Lang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: xiubli @ 2022-10-27  3:00 UTC (permalink / raw)
  To: fstests
  Cc: zlang, david, djwong, lhenriques, ceph-devel, jlayton, mchangir,
	Xiubo Li

From: Xiubo Li <xiubli@redhat.com>

Signed-off-by: Xiubo Li <xiubli@redhat.com>
---
 common/encrypt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/common/encrypt b/common/encrypt
index 45ce0954..1a77e23b 100644
--- a/common/encrypt
+++ b/common/encrypt
@@ -153,6 +153,9 @@ _scratch_mkfs_encrypted()
 		# erase the UBI volume; reformated automatically on next mount
 		$UBIUPDATEVOL_PROG ${SCRATCH_DEV} -t
 		;;
+	ceph)
+		_scratch_cleanup_files
+		;;
 	*)
 		_notrun "No encryption support for $FSTYP"
 		;;
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-28  1:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27  3:00 [PATCH v2] encrypt: add ceph support xiubli
2022-10-27  3:20 ` Zorro Lang
2022-10-27  9:35   ` Luís Henriques
2022-10-27  9:45     ` Xiubo Li
2022-10-27 12:52     ` Zorro Lang
2022-10-27  9:49   ` Xiubo Li
2022-10-27 12:49     ` Zorro Lang
2022-10-28  0:38       ` Xiubo Li
2022-10-27 12:56 ` Zorro Lang
2022-10-28  1:40 ` Xiubo Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.