mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
vfs_shadow_copy2: add tests for snapsharepath
Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
84333884ff
commit
bbb5a8a9d5
@ -1616,6 +1616,14 @@ sub provision($$$$$$$$)
|
||||
shadow:mountpoint = $shadow_mntdir
|
||||
shadow:snapdirseverywhere = yes
|
||||
|
||||
[shadow8]
|
||||
path = $shadow_shrdir
|
||||
comment = previous versions using snapsharepath
|
||||
vfs objects = shadow_copy2
|
||||
shadow:mountpoint = $shadow_mntdir
|
||||
shadow:snapdir = $shadow_tstdir/.snapshots
|
||||
shadow:snapsharepath = share
|
||||
|
||||
[shadow_wl]
|
||||
path = $shadow_shrdir
|
||||
comment = previous versions with wide links allowed
|
||||
|
@ -278,6 +278,7 @@ test_shadow_copy_fixed shadow3 mount/base share "sub volume snapshots mounted un
|
||||
test_shadow_copy_fixed shadow4 . share "sub volume snapshots mounted outside"
|
||||
test_shadow_copy_fixed shadow5 mount/base/share "" "full volume snapshots and share mounted under volume"
|
||||
test_shadow_copy_fixed shadow6 . "" "full volume snapshots and share mounted outside"
|
||||
test_shadow_copy_fixed shadow8 . share "logical snapshot layout"
|
||||
|
||||
# tests for snapshot everywhere - one snapshot location
|
||||
test_shadow_copy_fixed shadow7 mount base/share "'everywhere' full volume snapshots"
|
||||
|
Loading…
x
Reference in New Issue
Block a user