tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Finding an available fss device




> On 12. Aug 2018, at 03:58, Emmanuel Dreyfus <manu%netbsd.org@localhost> wrote:
> 
> On Sat, Aug 11, 2018 at 10:33:04AM +0200, J. Hannken-Illjes wrote:
>> When fssconfig "hangs" the dump is creating a snapshot.  Creating
>> a snapshot (and suspending a file system) is serialized.  Allowing
>> more than one file system suspension at a time will deadlock most
>> of the time.
> 
> You mean you cannot at the same tme snapshot /mount0 on fss0 and 
> /mount1 on fss1?

Yes, you have to create the snapshot on /mount0 and once it has been
created you create the snapshot on /mount1.

The snapshot on /mount0 is already usable while you create the second
snapshot on /mount1.

--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig (Germany)



Home | Main Index | Thread Index | Old Index