Bug #706
closedbeadm should accept 'umount' as well as 'unmount'
100%
Description
While it's yet another amongst the school of irritating unix misspellings, it's wired into everyone's fingers at this point that "unmount" is spelled "umount":
beadm should supply an alias.
The python implementation of beadm had this alias, so its absence represents a regression.
Updated by Alexander Stetsenko over 12 years ago
- Assignee set to Alexander Stetsenko
Updated by Alexander Stetsenko over 12 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 90
Updated by Alexander Stetsenko about 12 years ago
- % Done changed from 90 to 100
fixed.
it also contains small fixes for 2 formatting issues.
first one is related to output header formating.
when mbstowcs fails because it found invalid multibyte charactes in header name (gettext)
invalid width was computed.
second one is related to 719, with capability to have BE outside of <rpool>/ROOT there was possibility that libbe will return
BE structure which has "be_mntpt" and "be_policy_type" to be NULL, in that case strlen will fail, the fix just check these field for NULL.
Updated by Alexander Stetsenko about 12 years ago
- Status changed from In Progress to Resolved
Fixed in:
changeset: 13337:d584565e3743
user: Alexander Stetsenko <ams@nexenta.com>
date: Wed Apr 13 13:20:10 2011 +0400
description:
706 beadm should accept 'umount' as well as 'unmount'
Reviewed by: Garrett D'Amore <garrett@nexenta.com>
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Gordon Ross <gwr@nexenta.com>