Print this page
OS-192 zone_create() warning on headnode
*** 18,27 ****
--- 18,28 ----
#
# CDDL HEADER END
#
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright (c) 2011, Joyent Inc. All rights reserved.
#
#
# MAPFILE HEADER START
#
*** 118,127 ****
--- 119,129 ----
zonecfg_get_attr_uint;
zonecfg_get_autoboot;
zonecfg_get_bootargs;
zonecfg_get_brand;
zonecfg_get_dflt_sched_class;
+ zonecfg_get_did;
zonecfg_getdevent;
zonecfg_getdevperment;
zonecfg_getdsent;
zonecfg_getfsent;
zonecfg_get_fs_allowed;
*** 199,208 ****
--- 201,211 ----
zonecfg_setattrent;
zonecfg_set_aliased_rctl;
zonecfg_set_autoboot;
zonecfg_set_bootargs;
zonecfg_set_brand;
+ zonecfg_set_did;
zonecfg_setdevent;
zonecfg_setdevperment;
zonecfg_setdsent;
zonecfg_setfsent;
zonecfg_set_fs_allowed;
*** 232,241 ****
--- 235,245 ----
zonecfg_valid_rctlblk;
zonecfg_valid_rctlname;
zonecfg_verify_save;
zonecfg_warn_poold;
zone_get_brand;
+ zone_get_did;
zone_get_devroot;
zone_get_id;
zone_get_rootpath;
zone_get_state;
zone_get_zonepath;