Bug 209415 - [bsdinstall] zfsboot: Do not mirror swap when swapsize is 0
Summary: [bsdinstall] zfsboot: Do not mirror swap when swapsize is 0
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-sysinstall (Nobody)
URL:
Keywords: install, patch
Depends on:
Blocks:
 
Reported: 2016-05-10 10:10 UTC by Ganael LAPLANCHE
Modified: 2016-05-27 05:15 UTC (History)
1 user (show)

See Also:


Attachments
Patch against -CURRENT r299327 (471 bytes, text/plain)
2016-05-10 10:10 UTC, Ganael LAPLANCHE
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE 2016-05-10 10:10:14 UTC
Created attachment 170174 [details]
Patch against -CURRENT r299327

Hi,

Here is a patch that prevents mirroring swap when swapsize is 0.

Best regards,

Ganael.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-10 14:39:22 UTC
A commit references this bug:

Author: allanjude
Date: Tue May 10 14:38:43 UTC 2016
New revision: 299366
URL: https://svnweb.freebsd.org/changeset/base/299366

Log:
  bsdinstall/zfsboot: Do not mirror swap when swapsize is 0

  PR:		209415
  Submitted by:	Ganael LAPLANCHE <ganael.laplanche@corp.ovh.com>
  MFC after:	2 weeks

Changes:
  head/usr.sbin/bsdinstall/scripts/zfsboot
Comment 2 Ganael LAPLANCHE 2016-05-27 05:15:50 UTC
Thanks Allan !