summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zoneadm/zfs.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-272635 'zfs rename -f' to perform force unmountEric Schrock1-1/+2
Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: George Wilson <George.Wilson@delphix.com> Reviewed by: Bill Pijewski <wdp@joyent.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-07-076962440 disable ZFS_PROP_SHARESMB on zoneroot datasetbatschul1-8/+21
2009-12-076880335 zoneadm move needs brand hookjv2273471-0/+391
2009-08-01PSARC/2009/297 zfs snapshot holdsChris Kirby1-5/+5
6803121 want user-settable refcounts on snapshots 6851824 zfs_ioc_rename() can be called with a NULL zc_name
2009-04-166787557 zoneadm uninstall fails when zone has zfs clones1-6/+297
6825063 uninstall doesn't destroy zfs dataset with embedded snapshot
2009-04-086825097 brand hooks can't read stdin1-3/+3
2009-03-126814883 zfs warning if dataset exists1-3/+7
2008-08-01PSARC/2008/483 ZFS clone -oahrens1-1/+1
PSARC/2008/484 ZFS snapshot properties 6613766 create-time properties for clones 6701797 want user properties on snapshots
2008-07-146716853 zfs zonepath not always createdgjelinek1-13/+81
2008-07-136553514 native zone svr4 pkg code should be moved into zone callbacksgjelinek1-114/+48
6621020 zlogin tries to write unneeded zero-length message and hangs 6704382 Upgrade process with zones freezes everytime using GUI installer on ultra 45 with 1024 MB of memory 6724480 wrong reference in embedded help for zoneadm 6588602 libbrand '%*' token expansion is a mess 6705863 brand dtd says zoneroot but it should be zonepath --HG-- rename : usr/src/cmd/zoneadm/sw_cmp.c => deleted_files/usr/src/cmd/zoneadm/sw_cmp.c rename : usr/src/lib/brand/native/zone/postclone.sh => deleted_files/usr/src/lib/brand/native/zone/postclone.sh
2007-09-19PSARC 2007/342 Enhanced ZFS Pool Propertieslling1-6/+6
PSARC 2007/482 zpool upgrade -V 6565437 zpool property extensions 6561384 want 'zpool upgrade -V <version>' to upgrade to specific version number 6582755 zfs.h has some incorrect version macros 6595601 libzfs headers declare functions which don't exist 6603938 libzfs is using VERIFY() again 6538984 duplicated messages when get pool properties from an unsupported pool version
2007-02-206346003 zlogin exits when faced with too much data.gjelinek1-2/+18
6440239 A moved zfs zonepath was not removed after uninstallation. 6435940 redundant zfs snapshot was created as cloning zones across different zfs pools. 6486314 zoneadm uninstall following migration does not remove SUNWattached.xml preventing auto zfs removal 6437686 zoneadm attach -n with invalid path reports unmatched error message 6519634 a 0 return handler if added to <verify_adm> in config.xml will make zoneadm clone fail 6525784 getvmusage is a private api
2006-09-156468554 zone install with a zfs zonepath could not create a datasetnn352481-6/+8
6469902 BrandZ and GCC don't get along 6470348 Makefile race condition in usr/lib/brand/lx 6470764 zfs_clone() confuses filesystems and volumes
2006-09-05PSARC 2006/486 ZFS canmount propertyeschrock1-21/+34
PSARC 2006/497 ZFS create time properties PSARC 2006/502 ZFS get all datasets PSARC 2006/504 ZFS user properties 6269805 properties should be set via an nvlist. 6281585 user defined properties 6349494 'zfs list' output annoying for even moderately long dataset names 6366244 'canmount' option for container-like functionality 6367103 create-time properties 6416639 RFE: provide zfs get -a 6437808 ZFS module version should match on-disk version 6454551 'zfs create -b blocksize filesystem' should fail. 6457478 unrecognized character in error message with 'zpool create -R' command 6457865 missing device name in the error message of 'zpool clear' command 6458571 zfs_ioc_set_prop() doesn't validate input 6458614 zfs ACL #defines should use prefix 6458638 get_configs() accesses bogus memory 6458678 zvol functions should be moved out of zfs_ioctl.h 6458683 zfs_cmd_t could use more cleanup 6458691 common routines to manage zfs_cmd_t nvlists 6460398 zpool import cores on zfs_prop_get 6461029 zpool status -x noexisting-pool has incorrect error message. 6461223 index translations should live with property definitions 6461424 zpool_unmount_datasets() has some busted logic 6461427 zfs_realloc() would be useful 6461757 'zpool status' can report the wrong number of persistent errors 6461784 recursive zfs_snapshot() leaks memory
2006-07-316368751 libzfs interface for mount/umounting all the file systems for a ↵eschrock1-3/+3
given pool 6385349 zpool import -d /dev hangs 6397052 unmounting datasets should process /etc/mnttab instead of traverse DSL 6403510 zfs remount,noatime option broken 6423412 Two spaces lines are unnecessary after 'zpool import -a' 6434054 'zfs destroy' core dumps if clone is namespace-parent of origin 6440515 namespace_reload() can leak memory on allocation faiure 6440592 nvlist_dup() should not fill in destination pointer on error 6446060 zfs get does not consistently report temporary properties 6448326 zfs(1) 'list' command crashes if hidden property createtxg is requested 6450653 get_dependents() has poor error semantics --HG-- rename : usr/src/cmd/zpool/zpool_dataset.c => deleted_files/usr/src/cmd/zpool/zpool_dataset.c
2006-06-22PSARC/2006/269 Zone Boot Arguments IIdp1-3/+3
4943812 init improperly respawning stuff during reboot 4994285 RFE: zones should support boot arguments 6315349 halt.c contains an uninitialized variable 6395642 missing global zone checks for menu updates in uadmin(2) 6415633 krtld calls printf(), goes boom 6421372 libc's lintlib doesn't include <sys/uadmin.h> 6433526 zoneadm should use statvfs64
2006-06-14PSARC 2006/388 snapshot -rahrens1-1/+1
6373978 want to take lots of snapshots quickly ('zfs snapshot -r')
2006-05-30PSARC 2006/223 ZFS Hot Spareseschrock1-81/+38
PSARC 2006/303 ZFS Clone Promotion 6276916 support for "clone swap" 6288488 du reports misleading size on RAID-Z 6393490 libzfs should be a real library 6397148 fbufs debug code should be removed from buf_hash_insert() 6405966 Hot Spare support in ZFS 6409302 passing a non-root vdev via zpool_create() panics system 6415739 assertion failed: !(zio->io_flags & 0x00040) 6416759 ::dbufs does not find bonus buffers anymore 6417978 double parity RAID-Z a.k.a. RAID6 6424554 full block re-writes need not read data in 6425111 detaching an offline device can result in import confusion
2006-05-30PSARC 2006/307 zone migration dry-rungjelinek1-1/+1
6401645 RFE: need support for pre-validating a zone migration 6414181 attach validation should print patch number and version
2006-04-24PSARC 2006/153 Zones ZFS Integrationgjelinek1-0/+1028
6383119 RFE: add support for using zfs clones when cloning a zone 6405233 attaching a zone to a system with multiple versions of a patch with one version higher succeeds 6365776 zoneadm uninstall doesn't remove <zonepath>/lu 6400688 Cannot clone a zone with AF_UNIX sockets