]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - gnu/usr.bin/cc/include/Makefile
MFV r354377: 10554 Implemented zpool sync command
authorAndriy Gapon <avg@FreeBSD.org>
Thu, 7 Nov 2019 11:18:28 +0000 (11:18 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Thu, 7 Nov 2019 11:18:28 +0000 (11:18 +0000)
commit930db3e33825fc9e099401ccdea42088c9b20ade
tree87b63eed252167c59739026c49d3612f882d77a8
parent5403ae84487b1d3bd4a58f92127c1aeb0dfa578b
parent1838b83c8873a37123f99768b1b20f206f34ffdf
MFV r354377: 10554 Implemented zpool sync command

illumos/illumos-gate@9c2acf00e275b6b2125a306f33cdddcc58393220
https://github.com/illumos/illumos-gate/commit/9c2acf00e275b6b2125a306f33cdddcc58393220

https://www.illumos.org/issues/10554
  During the port of MMP (illumos bug 10499) from ZoL, I found this
  earlier ZoL project is a prerequisite. Here is the original
  description.  This addition will enable us to sync an open TXG to the
  main pool on demand. The functionality is similar to 'sync(2)' but
  'zpool sync' will return when data has hit the main storage instead of
  potentially just the ZIL as is the case with the 'sync(2)' cmd.

Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Author: Alek Pinchuk <apinchuk@datto.com>
MFC after: 3 weeks
Relnotes: possibly
cddl/contrib/opensolaris/cmd/zpool/zpool.8
cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
cddl/contrib/opensolaris/lib/libzfs/common/libzfs.h
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c
cddl/contrib/opensolaris/lib/libzfs_core/common/libzfs_core.c
cddl/contrib/opensolaris/lib/libzfs_core/common/libzfs_core.h
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h