Actions
Bug #7346
openbeadm-list shows redundant entries when zone has added dataset
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-08-31
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Hello,
I'm seeing redundant BEs in a zone after having added a dataset.
I tested and confirmed that after removing the dataset, the duplicates are gone; and after adding it back, the redundancies return.
E.g. in a example zone, ztest:
global# zlogin ztest
ztest$ beadm list BE Active Mountpoint Space Policy Created zbe NR / 1.68G static 2016-08-25 03:13
global# cat add_dataset_abcdefghi add dataset set name=tank/abcdefghi end global# zfs create -o mountpoint=legacy tank/abcdefghi global# zonecfg -z ztest -f add_dataset_abcdefghi global# zoneadm -z ztest reboot global# zlogin ztest
ztest$ beadm list BE Active Mountpoint Space Policy Created zbe NR / 1.68G static 2016-08-25 03:13 zbe NR / 1.68G static 2016-08-25 03:13
No data to display
Actions