]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
8477 Assertion failed in vdev_state_dirty(): spa_writeable(spa)
authorAlexander Motin <mav@FreeBSD.org>
Thu, 22 Feb 2018 00:59:49 +0000 (00:59 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Thu, 22 Feb 2018 00:59:49 +0000 (00:59 +0000)
commit63be747cb1e29984c4ea052be22ce238d2480748
treed5be75f13ee0750b3431fb41c79b13372834a2b0
parent106c279da74ef8ba5c315506b9325b48f025ab0c
8477 Assertion failed in vdev_state_dirty(): spa_writeable(spa)

illumos/illumos-gate@f4c1745bd6c9829a05ecec15759ede7757100ab5

Illumos 4080 allows "zpool clear" to work on readonly pools: i don't think
this is the intended behaviour, we shouldn't be allowed to clear readonly
pools. Probably.

A fix is already in the ZFS on Linux repository to addess this issue:
https://github.com/zfsonlinux/zfs/commit/92e43c17188d47f47b69318e4884096dec380e36

Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Author: loli10K <ezomori.nozomu@gmail.com>
uts/common/fs/zfs/zfs_ioctl.c