Actions
Bug #16232
openSwap fails to activate on updated pfSense 2.8.0 when multiple swap partitions exist
Status:
New
Priority:
Normal
Assignee:
-
Category:
Operating System
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
2.8.0
Affected Architecture:
Description
I have an older pfSense install that I upgraded multiple times. It uses a 2 disk ZFS mirror for the normal data and a basic swap partition on each disk.
/etc/fstap contains:# Device Mountpoint FStype Options Dump Pass#
/dev/gpt/efiboot0 /boot/efi msdosfs rw 2 2
/dev/ada0p3 none swap sw 0 0
/dev/ada1p3 none swap sw 0 0
This worked fine for 2.7.2 with both swap partitions used. On 2.8.0 it didn't activate swap at all.
So I checked /tmp/fstap.swap and it contained the following:
/dev/ada0p3/dev/ada1p3 none swap sw 0 0
That doesn't seem to be right.
Updated by Grimson Gretzleburg 24 days ago
This bug still exists on the 2.8.1 beta.
Actions