RE: Problem with btrfs snapshots

2016-11-06 Thread Дмитрий Нечаев
[mailto:ahferro...@gmail.com] Sent: Thursday, November 03, 2016 6:07 PM To: Peter Becker; Дмитрий Нечаев; linux-btrfs Subject: Re: Problem with btrfs snapshots On 2016-11-03 10:21, Peter Becker wrote: > (copy for mainlinglist) > > 2016-11-03 15:16 GMT+01:00 Дмитрий Нечаев : > Yes. We tried &

Re: Problem with btrfs snapshots

2016-11-03 Thread Austin S. Hemmelgarn
On 2016-11-03 10:21, Peter Becker wrote: (copy for mainlinglist) 2016-11-03 15:16 GMT+01:00 Дмитрий Нечаев : Yes. We tried "sync" in our script but it doesn't help. It works only then we make one snapshot at a time. Even if we use "sync" before and after creating snapshot, it doesn't help. You m

Re: Problem with btrfs snapshots

2016-11-03 Thread Peter Becker
(copy for mainlinglist) 2016-11-03 15:16 GMT+01:00 Дмитрий Нечаев : Yes. We tried "sync" in our script but it doesn't help. It works only then we make one snapshot at a time. Even if we use "sync" before and after creating snapshot, it doesn't help. -- To unsubscribe from this list: send the line

Re: Problem with btrfs snapshots

2016-11-03 Thread Peter Becker
Have you tryed "sync" between create several snapshots commands? 2016-11-03 13:22 GMT+01:00 Дмитрий Нечаев : > Hello. > We are have a strange situation with btrfs snapshot. We have a special > script to create snapshot and if we create several snapshots in the same > time we get ENOSPC error. But

Problem with btrfs snapshots

2016-11-03 Thread Дмитрий Нечаев
Hello. We are have a strange situation with btrfs snapshot. We have a special script to create snapshot and if we create several snapshots in the same time we get ENOSPC error. But if we create snapshots one after another with a little pause between (about 10 minutes), then everything looks ok. Is