Actions
Bug #2068
closedzoneadm should check if zonepath is not ZFS dataset
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
zones
Start date:
2012-02-03
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
# zoneadm -z testzone verify # zoneadm -z testzone install ERROR: the zonepath must be a ZFS dataset. The parent directory of the zonepath must be a ZFS dataset so that the zonepath ZFS dataset can be created properly.
I guess zoneadm should check this before calling brand script
Updated by Rich Lowe over 10 years ago
- Status changed from New to Feedback
I guess zoneadm should check this before calling brand script
I don't think so. The message is from the zone brand (ipkg, in this case, though s10c does it too). If anyone is going to check it, it should probably be the brand verify hook. It's not guaranteed to actually be necessary, for other brands.
The ipkg brand is in the pkg gate, not illumos.
Updated by Alexander Eremin over 10 years ago
- Status changed from Feedback to Closed
Well, let's keep it in brand scripts
Actions