[Bug 221146] [ixgbe] Problem with second laggport

2017-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

Mark Linimon  changed:

   What|Removed |Added

   Keywords||IntelNetworking

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[Bug 221146] [ixgbe] Problem with second laggport

2017-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

--- Comment #21 from Sean Bruno  ---
(In reply to Jeb Cramer from comment #20)
Until I get confirmation from a failure case, I'm not going to do anything with
this at this time.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: GPT partition gets erased on boot

2017-11-13 Thread krad
I have a vague memory of these controllers doing something odd with the end
of the volume but can't remember where or when, but I know I would
generally avoid them. It looks like you are using them in jbod mode, but if
you aren't do so. If you can reflash them to hba mode even better. If you
are stuck it as it is, it's probably with trying to partition them with a
Linux live CD or illumiinos to eliminate freebsd issues.

On 13 Nov 2017 16:55, "Tim Daneliuk"  wrote:

> On 11/12/2017 10:59 PM, Walter Parker wrote:
> > What would cause the partitions on a ZFS drive to disappear?
>
> In no particular order, these leap to mind:
>
> - A bad drive
> - A misconfigured controller
> - A dead backup battery on the controller
>
> --
> 
> 
> Tim Daneliuk tun...@tundraware.com
> PGP Key: http://www.tundraware.com/PGP/
>
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


[Bug 221146] [ixgbe] Problem with second laggport

2017-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221146

Jeb Cramer  changed:

   What|Removed |Added

 CC||cram...@intel.com

--- Comment #20 from Jeb Cramer  ---
(In reply to Sean Bruno from comment #19)
I'm not saying it won't help, but it also opens the door for the reasons we
moved it to the beginning of attach() in the first place.  The firmware tends
to not honor the synchronization bits until the driver has taken over (via the
DRV_LOAD bit).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: GPT partition gets erased on boot

2017-11-13 Thread Tim Daneliuk
On 11/12/2017 10:59 PM, Walter Parker wrote:
> What would cause the partitions on a ZFS drive to disappear?

In no particular order, these leap to mind:

- A bad drive
- A misconfigured controller
- A dead backup battery on the controller

-- 

Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: GPT partition gets erased on boot

2017-11-13 Thread Bob Bishop
Hi,

> On 13 Nov 2017, at 04:59, Walter Parker  wrote:
> 
> Hi,
> 
> I'm setting up an old Sunfire X4140 system with 4 SAS drives plugged into
> the SUN STK controller. Each drive is configured as a separate device.
> 
> I ran the FreeBSD 11.1 installer and picked guided ZFS install where I
> selected RAID10 (2 2way mirrors) using aacd0, aacd1, aacd2, and aacd3. It
> installed the system and rebooted.
> 
> When the new system came up, zpool status complained that aacd0p3 was
> unavailable. Looking at /dev, I noticed that the only dev file was aacd0
> (aacd0p* were all missing). Using gpart on aacd0 it said there was no geom.
> I was able to run gpart create to recreate the drive geom and then gpart
> add to readd all of the partitions. After recreating aacd0p3, I was even
> able to run zpool replace -f zroot /dev/aacd0p3 and the pool resilvered and
> stopped complaining.
> 
> On the next boot, aacd0 was missing all of its partitions.
> 
> What would cause the partitions on a ZFS drive to disappear?

At a guess, the controller is writing its metadata to the disk and trampling on 
the gpart data.

> Thank you,
> 
> 
> Walter
> 
> -- 
> The greatest dangers to liberty lurk in insidious encroachment by men of
> zeal, well-meaning but without understanding.   -- Justice Louis D. Brandeis
> ___
> freebsd-stable@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
> 

--
Bob Bishop
r...@gid.co.uk




___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"