vplat.c (5679c89fcd2facbb4334df8870d3d7a4d2b11673) vplat.c (9d5056ea37dd689d393cb1715ae29551bc0eba2e)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 4584 unchanged lines hidden (view full) ---

4593 }
4594 }
4595
4596 if (!unmount_cmd && tcp_abort_connections(zlogp, zoneid) != 0) {
4597 zerror(zlogp, B_TRUE, "unable to abort TCP connections");
4598 goto error;
4599 }
4600
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 4584 unchanged lines hidden (view full) ---

4593 }
4594 }
4595
4596 if (!unmount_cmd && tcp_abort_connections(zlogp, zoneid) != 0) {
4597 zerror(zlogp, B_TRUE, "unable to abort TCP connections");
4598 goto error;
4599 }
4600
4601 /* destroy zconsole before umount /dev */
4602 if (!unmount_cmd)
4603 destroy_console_slave();
4604
4605 if (unmount_filesystems(zlogp, zoneid, unmount_cmd) != 0) {
4606 zerror(zlogp, B_FALSE,
4607 "unable to unmount file systems in zone");
4608 goto error;
4609 }
4610
4611 /*
4612 * If we are rebooting then we normally don't want to destroy an

--- 53 unchanged lines hidden ---
4601 if (unmount_filesystems(zlogp, zoneid, unmount_cmd) != 0) {
4602 zerror(zlogp, B_FALSE,
4603 "unable to unmount file systems in zone");
4604 goto error;
4605 }
4606
4607 /*
4608 * If we are rebooting then we normally don't want to destroy an

--- 53 unchanged lines hidden ---