Fixes: aa42e4984997c9d3aa5d30534bdaf760e613e97b Reported by: olivier
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I have still the same problem (did a full buildworld + buildkernel reinstall):
$ truncate -s 1000 swapfile $ echo 'md99 none swap sw,file=swapfile 0 0' > fstab.out $ sudo swapon -F fstab.out -a swapon: /dev/md99: NSWAPDEV limit reached $ sudo mdconfig -l md99 $ sudo mdconfig -d -u 99 mdconfig: ioctl(/dev/mdctl): Device busy
Comment Actions
Are you sure? I checked that with the diff with g_access(-1,...) I can destroy a small md after failed swapon.