On 17.12.2013 22:46, Sean Bruno wrote: > Disk da0p2 attached to swap_concat. > Timecounter "TSC-low" frequency 1533417716 Hz quality 1000 > GEOM_CONCAT: Disk da1p2 attached to swap_concat. > GEOM_CONCAT: Device concat/swap_concat activated. > GEOM_CONCAT: Cannot add disk gpt/swap0 to swap_concat (error=17). > GEOM_CONCAT: Cannot add disk gptid/cd729e94-6b57-11e2-b911-00259069ef52 > to swap_concat (error=17). > GEOM_CONCAT: Cannot add disk diskid/DISK-6SJ51P4M0000N23951E2p2 to > swap_concat (error=17). > GEOM_CONCAT: Cannot add disk gpt/swap1 to swap_concat (error=17). > GEOM_CONCAT: Cannot add disk gptid/cd80ce33-6b57-11e2-b911-00259069ef52 > to swap_concat (error=17). > GEOM_CONCAT: Cannot add disk diskid/DISK-6SJ51TJC0000N2417J57p2 to > swap_concat (error=17). > > Not sure what error is being displayed here. the swap_concat device is > created and is able to be used. Why all the disk label stuff?
Hi, GEOM_CONCAT finds its metadata on each provider, but can use only one of them. You can disable unneeded labels via loader.conf or use hardcoded privider names. -- WBR, Andrey V. Elsukov _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-geom To unsubscribe, send any mail to "[email protected]"
