Re: btrfs with multiple subvolumes in one partition

2022-12-12 Diskussionsfäden Christoph Pleger
Hello, > > > when setting up btrfs with setup-storage, > > > is it possible to configure multiple subvolumes > > > in one partition, like I tried to configure > > > with > > > > > disk_config btrfs fstabkey:uuid > > > btrfs single / disk1.3 subvol=@root > > > btrfs single /var disk1.3

Re: btrfs with multiple subvolumes in one partition

2022-12-08 Diskussionsfäden Christoph Pleger
Hello, >> when setting up btrfs with setup-storage, >> is it possible to configure multiple subvolumes >> in one partition, like I tried to configure >> with > > > disk_config btrfs fstabkey:uuid > > btrfs single / disk1.3 subvol=@root > > btrfs single /var disk1.3 subvol=@root/var >

Re: btrfs with multiple subvolumes in one partition

2022-12-07 Diskussionsfäden Christoph Pleger
Hello, > I believe that it is a better solution to let setup-storage create > btrfs subvolumes in the same order as they occur in the config file > (leaving the responsibility to define a correct order to the user). > Unfortunately, I do not know how to do that. It seems to me that the problem a

Re: [SUSPECTED SPAM] Re: btrfs with multiple subvolumes in one partition

2022-12-07 Diskussionsfäden Christoph Pleger
Hello, > > The log in short: It is a really a race condition; setup-storage tries > > to create @root/usr before @root exists. And like described in the > > link, sometimes the order is correct. > > You can use a "mountdisks"-hook and manually create all subvolumes > yourself. This way, you gain

Re: btrfs with multiple subvolumes in one partition

2022-12-06 Diskussionsfäden Robert Markula
Am 06.12.22 um 15:48 schrieb Christoph Pleger: The log in short: It is a really a race condition; setup-storage tries to create @root/usr before @root exists. And like described in the link, sometimes the order is correct. You can use a "mountdisks"-hook and manually create all subvolumes your

Re: btrfs with multiple subvolumes in one partition

2022-12-06 Diskussionsfäden Christoph Pleger
Hello, > > > > > > > when setting up btrfs with setup-storage, is it possible to > configure > > multiple subvolumes in one partition, like I tried to configure > with > > > disk_config btrfs fstabkey:uuid > > btrfs single / disk1.3 subvol=@root > > btrfs single /var disk1.3

Re: btrfs with multiple subvolumes in one partition

2022-12-06 Diskussionsfäden Thomas Lange
> On Tue, 06 Dec 2022 14:50:18 +0100, Christoph Pleger > said: > Hello, > when setting up btrfs with setup-storage, is it possible to configure > multiple subvolumes in one partition, like I tried to configure with > disk_config btrfs fstabkey:uuid > btrfs single / d