summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zoneadmd/zoneadmd.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-18OS-746 memory leaks in zoneadmdJerry Jelinek1-0/+14
2011-07-25OS-511 make zonecfg device resource extensible, like the net resourceJerry Jelinek1-16/+45
2011-07-20OS-505 Create zone brand option that allows a brand to specify that when ↵Jerry Jelinek1-0/+10
init fails, it should not be restarted
2011-07-11OS-477 %P variable to specify system pool in zone manifestJerry Jelinek1-0/+45
2011-05-05OS-11 rcapd behaves poorly when under extreme loadJerry Jelinek1-0/+15
2011-03-23OS-327 dlmgmtd/zoneadmd interdependencies prevent dlmgmtd from startingJerry Jelinek1-1/+6
2011-03-03OS-280 /usr/lib/brand/joyent scripts should use 'set -o xtrace' and have ↵Jerry Jelinek1-43/+57
their output logged somewhere we can review.
2011-02-16OS-223 zone's should create vnics as needed instead of requiring them to be ↵Jerry Jelinek1-4/+16
set up in advance
2011-02-14OS-224 add more zonecfg net propertiesJerry Jelinek1-0/+72
2011-02-07OS-200 need a better mechanism for storing persistent zone_didJerry Jelinek1-40/+11
2011-02-03OS-192 zone_create() warning on headnodeJerry Jelinek1-9/+39
2011-01-31OS-180 need zoneid to be persistent across zone rebootJerry Jelinek1-10/+14
2010-08-16PSARC/2010/291 zonestatSteve Lawrence1-2/+36
6871288 integrate zones observability phase 1 6976077 zoneadmd dumps core after restart
2010-08-166969507 mount of ipkg zone in alternate root failsSusan Kamm-Worrell1-6/+9
2010-03-09PSARC/2009/364 dlstat and flowstatVenugopal Iyer1-1/+2
PSARC/2009/436 Anti-spoofing Link Protection PSARC/2009/448 pool dladm link property PSARC/2009/501 Dynamic Ring Grouping on NICs PSARC/2009/638 Public GLDv3 Interfaces PSARC/2010/074 Crossbow resource usage updates 6838175 mac_tx should be able to send out a packet without a configured address 6806552 single MAC default TX ring doesn't scale 6809686 back-to-back LACP not recovering after removing one of the aggregated ports 6902209 setting maxbw to zero requires an intermediate reset-linkprop to take effect 6855972 Bind interrupts to the same CPU as poll thread using new interrupt APIs 6863945 aggr pseudo Tx rings 6796839 allow CPU pools to be associated with data-links 6526471 data-links assigned to an exclusive zone should seamlessly be bound the zone's CPUs 6802595 Per links stats can use some improvement 6889685 Crossbow should provide control over provision of h/w rings to MAC clients. 6708310 ixgbe needs to support VMDq 6869019 ixgbe should support IRM (Interrupt Resource Management framework) 6902266 vnet should support entry point for per ring stat querying 6926790 Integrate Link Protection Phase II 6930358 Make the core set of GLDv3 driver APIs committed 6901419 dladm create-aggr -u incorrectly rejects some valid ethernet addresses 6717042 should support "cpus" link properties for aggregations 6908184 bge_set_priv_prop() and bge_get_priv_prop() can't agree on the set of private properties 6907617 bge_m_getprop() shouldn't return default values for read-only properties 6900833 unused code in vnic_impl.h can be removed
2009-11-036894901 zoneadmd can hang if fdetach() return EBUSYEdward Pilatowicz1-2/+8
2009-11-036889379 zoneadm mount fails on opensolarisEdward Pilatowicz1-4/+11
2009-10-146874636 RFE: zoneadmd should mount cluster branded zones as native in ↵Steve Lawrence1-4/+27
alternate roots.
2009-09-22PSARC 2009/373 Clearview IP TunnelingSebastien Roy1-0/+24
PSARC 2009/410 Datalink Administration from Non-Global Zones 6858533 Clearview IP Tunneling 4861777 *snoop* cannot snoop on tunnel interfaces 5010680 M_IOCTL interface between ip and tun is horribly wrong 5029727 tun prints bogus debug messages when receiving multicast packets on 6to4 tunnels 6835873 dlpi_walk() silently fails in an exclusive zone 4152864 must not allow two tunnels to have the same tsrc/tdst pair 6855902 link and flow kstats are too promiscuous 6218826 need to be able to tunnel into a zone 4505468 network interface names can confuse, lie, and deceive 4524756 tun_wproc() takes up too much stack 6417373 tun_wproc_mdata assertion failures 4627970 scalability problems with IP in IP tunnels 4674797 ifparse_ifspec() will not correctly parse ipv6 tunnels 6509231 dladm should show links in exclusive stack zone 4793233 tun driver should include addr in DL_PHYS_ADDR_ACK for non-zero lengths 6795831 ZONE_*_DATALINK syscalls should take datalink_id_t as argument 6791472 mac module doesn't allow MAC addresses < 6 bytes 6618091 Race condition trips ASSERT() in tun.c's SIOCSLIFNAME path 6837580 bogus mi_active check in mac_set_mtu() 6868083 libinetutil: ofmt_open()'s template argument should be const 6870313 libdladm: needless dladm_init_linkprop() in i_dladm_aggr_up() 6872221 panic in dls_devnet_close() if "mtu" property is being set 4289774 Change to the interface-id does not change IPv6 link-local address 6873561 unable to create links with 31 character link names 6874666 changing a link property can accidentally destroy it 6874682 removing a link attribute corrupts the attribute list 6875167 IPCL_ISV6 conn flag is set but never used 6881764 itp reference leak in ipsec_construct_inverse_acquire() 6881951 dladm delete-vlan can no longer delete persistent-only VLANs --HG-- rename : usr/src/uts/common/inet/tun.h => usr/src/uts/common/inet/iptun.h rename : usr/src/uts/common/inet/ip/tun.c => usr/src/uts/common/inet/iptun/iptun.c rename : usr/src/uts/intel/tun/Makefile => usr/src/uts/intel/iptun/Makefile rename : usr/src/uts/sparc/tun/Makefile => usr/src/uts/sparc/iptun/Makefile
2009-09-146881685 zoneadmd core dump if brand hook prints output1-2/+3
2009-03-026811365 brandz needs poststate hook to fire when a state change failsDan Price1-19/+35
2009-02-25PSARC/2009/065 labeled brand zoneRic Aleshire1-1/+4
6717648 Labeled zones should have their own brand 6713821 lx branded zone warnings printed to console when booting tx
2009-02-116498835 zone console stream module config is too fragilejv2273471-6/+2
2008-12-246745288 libdladm is executing open() of dld control device everywhereAnurag S. Maskey1-0/+12
2008-09-226746514 RFE: need ability to mount non-native branded zones1-9/+15
2008-08-196733450 RFE: need more flexible hooks for mounting and booting a zone1-26/+187
2008-07-136553514 native zone svr4 pkg code should be moved into zone callbacksgjelinek1-7/+7
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
2008-01-14PSARC 2007/621 zone update on attachgjelinek1-8/+10
6480464 RFE: zoneadm attach should patch/update the zone to the new hosts level 6576592 RFE: zoneadm detach/attach should work between sun4u and sun4v architecture 6637869 zone attach doesn't handle obsolete patches correctly
2007-12-036629088 lucreate fails with zone roots in shared file systemsedp1-3/+26
2007-10-046572723 zoneadmd should allow lofs mounts on filesedp1-0/+35
2007-05-29PSARC 2007/304 "cluster" Brand Zonetd1537431-1/+3
6556949 zoneadm mount/unmount command should work for cluster branded zones
2007-02-266527301 zoneadmd has sprung a few leaksgjelinek1-1/+2
2006-12-14PSARC 2006/496 Improved Zones/RM Integrationgjelinek1-11/+11
PSARC 2006/598 Swap resource control; locked memory RM improvements PSARC 2006/660 rcapadm zone option 4754856 *prstat* prstat -atJTZ should count shared segments only once 4970603 RFE: should be able to persistently specify global zone's cpu shares 5026227 RFE: ability to rcap zones from global zone 5103071 RFE: local zones can run the global zone out of swap 6222025 RFE: simplify rctl syntax and improve cpu-shares/FSS interaction 6420985 rcapstat is broken on amd64 6421202 RFE: simplify and improve zones/pool integration 6442252 zonecfg's "unset" syntax is not documented and confusing 6490516 schedctl pages should not reserve swap 6490938 setproject can bind to the wrong pool 6498635 zone attach failure leaves zone in installed state 6500877 tmpfs syslogs incorrect path when non-global zone tmpfs mounts become full
2006-09-146469453 invalid assert in ioctl.c:ldlinux_check()edp1-17/+17
6469929 brand handle should be an opaque handle as defined in PSARC/2004/413
2006-09-11PSARC/2005/471 BrandZ: Support for non-native zonesnn352481-39/+180
6374606 ::nm -D without an object may not work on processes in zones 6409350 BrandZ project integration into Solaris 6455289 pthread_setschedparam() should return EPERM rather than panic libc 6455591 setpriority(3C) gets errno wrong for deficient privileges failure 6458178 fifofs doesn't support lofs mounts of fifos 6460380 Attempted open() of a symlink with the O_NOFOLLOW flag set returns EINVAL, not ELOOP 6463857 renice(1) errors erroneously --HG-- rename : usr/src/lib/libzonecfg/zones/SUNWblank.xml => usr/src/lib/brand/native/zone/SUNWblank.xml rename : usr/src/lib/libzonecfg/zones/SUNWdefault.xml => usr/src/lib/brand/native/zone/SUNWdefault.xml
2006-08-246367840 Zones does not boot if configured for a failed network interfacevp1577761-1/+1
2006-08-096387493 uid variable isn't available to non-root DTrace usersdp1-0/+4
2006-07-176431807 zoneadmd should daemonize itself into a new contractdp1-0/+15
Contributed by Mike Gerdts <mgerdts@gmail.com>
2006-06-29PSARC 2006/387 Zones Features For Zulucarlsonj1-3/+3
6365741 RFE: add unique identifier to facilitate asset tracking (similar to hostid) 6384962 libzonecfg doesn't preserve owner/mode on changes 6394273 fix for CR 6305641 missed one of the hard-coded constants 6431731 zoneadm list -p (parseable) output isn't 6436841 Zonecfg needs to address alternate roots to adjust file paths 6436853 Zoneadm should allow zones to be marked as incomplete
2006-06-22PSARC/2006/269 Zone Boot Arguments IIdp1-11/+217
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-03-19PSARC 2006/124 Configurable Privileges for Zonescomay1-12/+27
4966416 RFE: zone privileges should be configurable 5008923 zoneadm halt message is a little illogical when run from the target zone 5049028 Makefiles that hacked around libpool errors now need cleanup 6345758 zonecfg rctl help doesn't mention 'remove' 6397853 zone console doesn't report failures to boot 6399963 get_zone_pool() isn't consistent with its return values
2005-11-096346636 expunge readdir_r uses from Solariscasper1-1/+1
6346809 S_IFxxx is not a bitmask but our programmers don't know
2005-10-27PSARC 2005/474 Zones Upgrade (Ashanti and Zulu)carlsonj1-63/+138
6328286 need scratch zone support for upgrade 6328296 need temporary NFS feature to support cross-zone traffic in miniroot environment (only) 6328310 zone_destroy shouldn't camp on the root vnode 6329667 zoneadm fails, but still exits with status zero
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+1324