summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zoneadmd
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29 [illumos-gate merge]Jerry Jelinek1-2/+1
commit aab83bb83be7342f6cfccaed8d5fe0b2f404855d 6659 nvlist_free(NULL) is a no-op commit d643a855cbd8c4fb4fe966406fa05dff70673597 6674 sys/isa_defs.h shouldn't unconditionally define _ILP32 commit bcf23f43dc1b73080eeded927585ee86feab40a7 6596 Macro redefined in strtolctype.h
2016-02-276659 nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek1-2/+1
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2016-01-06OS-5052 zoneadmd should be able to rotate files when they reach a specified sizeJerry Jelinek1-7/+70
Reviewed by: Josh Wilsdon <josh.wilsdon@joyent.com>
2015-11-24 [illumos-gate merge]Jerry Jelinek1-2/+2
commit c4567a616165806d1420a481659f5e10a97a1395 6459 cstyle doesn't detect opening braces on the same line as function header
2015-11-236459 cstyle doesn't detect opening braces on the same line as function headerPaul Dagnelie1-2/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-11-05OS-4932 zoneadm boot args not passed to lx initJerry Jelinek1-5/+13
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-11-05OS-4915 want FX high priority zone configuration optionJerry Jelinek1-0/+27
OS-4925 ps pri shows misleading value for zone in RT scheduling class Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-10-246343 zoneadmd parent needs to close open fdsJerry Jelinek1-0/+7
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2015-10-19 [illumos-gate merge]Jerry Jelinek1-1/+3
commit 2a446632681882e5dfe50f2f301401588f1ce734 6328 Fix cstyle errors in zfs codebase (fix studio) commit 61679b0b6826b0ae7e3f751acd91412fcfa45d1e commit 9a686fbc186e8e2a64e9a5094d44c7d6fa0ea167 6328 Fix cstyle errors in zfs codebase commit 21227944c2bcc086121a5428f3f9d2496ba646f5 5876 sys/regset.h pollutes name space commit 6a72db4a7fa12c3e0d1c1cf91a07390739fa0fbf 6208 add support for timerfd commit f3bb54f387fc03cf651e19bbee54cc88ee51bb29 6291 nested epoll does not mimic Linux behavior commit a5eb7107f06a6e23e8e77e8d3a84c1ff90a73ac6 5640 want epoll support commit 7509ca605713ac7f244b0e812b1712dd25f04da1 6027 EOL zulu (XVR-4000) commit e7df7762bfed06e996cc80f583cbee2d8ed81d69 6324 Add an `ndp' tool for manipulating the neighbors table Conflicts: usr/src/uts/common/io/timerfd.c usr/src/uts/common/io/devpoll.c usr/src/man/man9e/chpoll.9e usr/src/man/man5/timerfd.5 usr/src/man/man5/epoll.5 usr/src/man/man3c/timerfd_create.3c usr/src/man/man3c/epoll_wait.3c usr/src/man/man3c/epoll_ctl.3c usr/src/man/man3c/epoll_create.3c usr/src/cmd/cmd-inet/usr.sbin/ndp.c
2015-10-186328 Fix cstyle errors in zfs codebasePaul Dagnelie1-1/+3
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Jorgen Lundman <lundman@lundman.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-10-16OS-4854 would like option to disable gz logging via zfdJerry Jelinek1-18/+48
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-10-15OS-4799 zfd log device mode still needs GZ loggingJerry Jelinek1-6/+37
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-10-05OS-4781 would like to be able to add CT_PR_EV_EXIT to fatal event set of ↵Jerry Jelinek1-0/+37
current contract
2015-09-08OS-4694 need support for in-zone docker loggingJerry Jelinek1-36/+32
2015-08-19OS-4655 option to disable zfd loggingJerry Jelinek1-37/+58
2015-05-06OS-4254 libbrand token substitution incomplete for mount entriesPatrick Mooney1-1/+1
2015-05-04OS-4253 lxbrand ubuntu 15.04 won't boot because /sbin/init is a symlinkJerry Jelinek1-4/+9
2015-04-13OS-4136 would like SIGUSR to zlogin to switch in and out of '-N' modesPatrick Mooney1-2/+14
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-04-10OS-4166 zlogin to zfd needs TIOCSWINSZ supportPatrick Mooney2-67/+193
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-04-08OS-4108 'zlogin -I' should have some way to know that /dev/zfd/0 is being ↵Jerry Jelinek1-23/+91
read inside the zone
2015-03-30OS-4109 'zlogin -I' should close /dev/zfd/0 when it exitsJerry Jelinek1-8/+22
2015-03-27OS-4099 lxbrand bash lacks job control when using zfd ttyPatrick Mooney1-102/+60
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-03-25 [illumos-gate merge]Jerry Jelinek1-10/+34
commit 741343ad00b449cd90635a8400a2c9b045ff8be1 5700 add zlogin -d option to allow graceful disconnect when zone is halted commit 34d7ce052c4565b078f73b95ccbd49274e98edaa 5694 traverse_prefetcher does not prefetch enough commit 70163ac57e58ace1c5c94dfbe85dca5a974eff36 5695 dmu_sync'ed holes do not retain birth time commit 7f7ace370074e350853da254c65688fd43ddc695 5693 ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_override commit 421ff02063e68ff03db7d5169c62e3f94927000f 5696 ::refcount -r does not display info about removal of holds Conflicts: usr/src/man/man1/zlogin.1 usr/src/cmd/zoneadmd/zcons.c usr/src/cmd/zlogin/zlogin.c
2015-03-245700 add zlogin -d option to allow graceful disconnect when zone is haltedAlexander Eremin1-10/+34
Reviewed by: Andrew Gabriel <illumos@cucumber.demon.co.uk> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-02OS-3776 project rctls should be in sync with zone rctlsJerry Jelinek1-1/+48
2015-01-21OS-3727 Would like to be able to selectively close descriptors when using ↵Jerry Jelinek1-53/+128
zlogin -I
2015-01-20OS-3728 zlogin -I and zoneadmd zfd logging can be streamlinedJerry Jelinek1-205/+31
2015-01-16OS-3723 zlog-mode=interactive needs to also do loggingJerry Jelinek1-140/+162
2014-12-23OS-3524 in order to support interaction with docker containers, need to be ↵Jerry Jelinek6-82/+1292
able to connect to stdio for init from GZ OS-3525 in order to support 'docker logs' need to be able to get stdio from zone to log file
2014-12-055330 zone brands could control init restart behaviorJerry Jelinek1-0/+10
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-11-14OS-3429 Expose zone's init exit statusJerry Jelinek1-0/+41
2014-11-03OS-3342 dlmgmtd needs to be mindful of lock orderingRobert Mustacchi1-4/+1
OS-2608 dlmgmtd needs to record zone identifiers OS-3492 zone_free asserts to its destruction when dlmgmtd has fallen OS-3494 zoneadmd tears down networking too soon when boot fails Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2014-08-21OS-3341 zone memcapper calling vm_getusage on kvm zones causes latency bubblesJerry Jelinek1-8/+55
2014-06-26OS-3088 need a lighterweight page invalidation mechanism for zone memcapJerry Jelinek1-243/+32
2014-06-05OS-3084 still seeing >1s proc stop times from the zone memory capperJerry Jelinek1-3/+3
2014-06-04OS-3082 zone phys mem capper doesn't run for lx branded zone (fix test)Jerry Jelinek1-1/+1
2014-06-04OS-3082 zone phys mem capper doesn't run for lx branded zoneJerry Jelinek1-1/+1
2014-06-04OS-3077 restarted zoneadmd uses invalid zlogpJerry Jelinek1-2/+3
2014-06-03OS-3075 zone long boot args aren't passed throughJerry Jelinek3-50/+26
2014-05-19OS-3028 zoneadmd memory capper stopped process for 19sJerry Jelinek1-85/+120
2014-05-02OS-2975 zone memory capper should set PR_RLC when controlling a processJerry Jelinek1-0/+5
2014-05-01OS-2972 memory capper should sleep longer when skipping pageoutJerry Jelinek1-0/+3
2014-05-01OS-2971 support for dynamic setting of memory cap tuablesJerry Jelinek1-0/+7
2014-04-30OS-2843 zone memory capper should work with lx branded zonesJerry Jelinek1-1/+15
2014-04-30OS-2960 reduce zone memory capper pageout impactJerry Jelinek1-138/+242
2014-03-31 [illumos-gate merge]Keith M Wesolowski1-1/+1
commit 8f6d9dae92449b59bdafcb7777bc32f1b2726e48 4575 Single threaded rpcbind is not scalable 4483 rpcbind: Reply for remote calls comes from incorrect UDP port commit d55495d98c0ef13ad2369864c0a22ad883ff92fc 4398 Extra spaces in man pages commit 8cd81a20c40b49e1fad4022a2774ec6ad5066532 4662 need a way to disable default file systems in zones commit 3878843a57bae7ad8da31ef4aaeed8388d2f534c 4660 update man pages for lofi in a zone commit 052519c2d30736afb1861979b73d5a889cf7fba8 4337 eliminate /etc/TIMEZONE commit d109324670f8a760f881a767533543131276a99a 633 case-folding collision in illumos-gate commit a5602e1bdcf9570fa24684b54cf57a3f22e05ae1 4656 want grub composite console 4657 want grub support for cross-menu OS console variable 4658 uninitialised variable trashes command line on coal commit c58b352673e88983cd2b8a388a8c7625f35e2f18 3993 zpool(1M) and zfs(1M) should support -p for "list" and "get" 4700 "zpool get" doesn't support -H or -o options Conflicts: usr/src/man/man1m/zpool.1m usr/src/man/man1m/zonecfg.1m usr/src/grub/grub-0.97/stage2/stage2.c usr/src/cmd/zpool/zpool_main.c usr/src/cmd/zoneadmd/vplat.c
2014-03-284662 need a way to disable default file systems in zonesJerry Jelinek1-7/+26
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-03-14OS-2824 reduce memcap impact from shared page overcountJerry Jelinek1-14/+55
2014-02-26 [illumos-gate merge]Keith M Wesolowski4-4/+155
commit 3c7284bd3243d42a710edac3a15f6019b4c849be 2594 implement graceful shutdown for local zones in zoneadm Conflicts: usr/src/uts/common/sys/zone.h usr/src/man/man1m/zoneadm.1m usr/src/lib/libbrand/dtd/brand.dtd.1 usr/src/lib/libbrand/common/mapfile-vers usr/src/lib/libbrand/common/libbrand.h usr/src/lib/libbrand/common/libbrand.c usr/src/cmd/zoneadmd/zoneadmd.h usr/src/cmd/zoneadmd/zoneadmd.c usr/src/cmd/zoneadmd/Makefile usr/src/cmd/zoneadmd/Makefile.com usr/src/cmd/zoneadm/zoneadm.c
2014-02-242594 implement graceful shutdown for local zones in zoneadmAlexander Eremin3-4/+155
Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>