]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
5882 Temporary pool names
authorAndriy Gapon <avg@FreeBSD.org>
Wed, 26 Dec 2018 10:41:17 +0000 (10:41 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Wed, 26 Dec 2018 10:41:17 +0000 (10:41 +0000)
commit207bd3fed67f7228191c53a2bdadb135476271b0
treee63de6e690e27ed27f7fc698bcc731e3c41be335
parent48114cb5bef6d2b4383107fbabd77fd0e52c3dee
5882 Temporary pool names

illumos/illumos-gate@04e56356520b98d5a93c496b10f02530bb6647e0
https://github.com/illumos/illumos-gate/commit/04e56356520b98d5a93c496b10f02530bb6647e0

https://www.illumos.org/issues/5882
  This is an import of the temporary pool names functionality from ZoL:
  https://github.com/zfsonlinux/zfs/commit/
  e2282ef57edc79cdce2a4b9b7e3333c56494a807
  https://github.com/zfsonlinux/zfs/commit/
  26b42f3f9d03f85cc7966dc2fe4dfe9216601b0e
  https://github.com/zfsonlinux/zfs/commit/
  2f3ec9006146844af6763d1fa4e823fd9047fd54
  https://github.com/zfsonlinux/zfs/commit/
  00d2a8c92f614f49d23dea5d73f7ea7eb489ccf1
  https://github.com/zfsonlinux/zfs/commit/
  83e9986f6eefdf0afc387f06407087bba3ead4e9
  https://github.com/zfsonlinux/zfs/commit/
  023bbe6f017380f4a04c5060feb24dd8cdda9fce
  It is intended to assist the creation and management of virtual machines
  that have their rootfs on ZFS on hosts that also have their rootfs on
  ZFS. These situations cause SPA namespace collisions when the standard
  name rpool is used in both cases. The solution is either to give each
  guest pool a name unique to the host, which is not always desireable, or
  boot a VM environment containing an ISO image to install it, which is
  cumbersome.
  As a side note, this commit includes the removal of `zpool import -r`,
  which previously did nothing.
  patch [Magnifier] (14.3 KB) Richard Yao, 2015-04-30 04:33 PM

Reviewed by: Matt Ahrens <matt@delphix.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Author: Andriy Gapon <agapon@panzura.com>
cmd/zpool/zpool_main.c
common/zfs/zpool_prop.c
lib/libzfs/common/libzfs_pool.c
man/man1m/zpool.1m
uts/common/fs/zfs/spa.c
uts/common/fs/zfs/spa_config.c
uts/common/fs/zfs/zfs_ioctl.c
uts/common/sys/fs/zfs.h