* How to skip "looping a lot" question of btrfs restore 3.15?
@ 2014-07-28 22:35 Karl-Philipp Richter
2014-07-29 0:09 ` Justin Maggard
0 siblings, 1 reply; 4+ messages in thread
From: Karl-Philipp Richter @ 2014-07-28 22:35 UTC (permalink / raw)
To: linux-btrfs
[-- Attachment #1: Type: text/plain, Size: 775 bytes --]
Hi together,
In the current HEAD (3f11e516db629f7a662bfd6376231817b4e34cc9) of
https://github.com/kdave/btrfs-progs.git (I assume this list is the
right address because I got some hints to the project from here) the
btrfs restore subcommand asks often (up to 100 time during restauration
of 400 GB)
We seem to be looping a lot on /a/path/to/our/precious, do you want
to keep going on ? (y/N):
which can't be suppressed with the `-i` option (which might be right
because it's technically not an error), but I can't see how to get
around this. Am I missing something? Otherwise it would be nice to have
an extra option maybe with an argument how often "we" are looping on a
file before the command asks for interaction.
Best regards,
Karl-P. Richter
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 538 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to skip "looping a lot" question of btrfs restore 3.15?
2014-07-28 22:35 How to skip "looping a lot" question of btrfs restore 3.15? Karl-Philipp Richter
@ 2014-07-29 0:09 ` Justin Maggard
2014-07-29 1:03 ` Karl-Philipp Richter
0 siblings, 1 reply; 4+ messages in thread
From: Justin Maggard @ 2014-07-29 0:09 UTC (permalink / raw)
To: Karl-Philipp Richter; +Cc: linux-btrfs
On Mon, Jul 28, 2014 at 3:35 PM, Karl-Philipp Richter
<krichter@posteo.de> wrote:
> Hi together,
> In the current HEAD (3f11e516db629f7a662bfd6376231817b4e34cc9) of
> https://github.com/kdave/btrfs-progs.git (I assume this list is the
> right address because I got some hints to the project from here) the
> btrfs restore subcommand asks often (up to 100 time during restauration
> of 400 GB)
>
> We seem to be looping a lot on /a/path/to/our/precious, do you want
> to keep going on ? (y/N):
>
> which can't be suppressed with the `-i` option (which might be right
> because it's technically not an error), but I can't see how to get
> around this. Am I missing something? Otherwise it would be nice to have
> an extra option maybe with an argument how often "we" are looping on a
> file before the command asks for interaction.
>
> Best regards,
> Karl-P. Richter
>
I just posted the patch we use to get around that. Or, if you don't
want to build a modified btrfs-progs, you could always use the `yes`
command to press y for you.
-Justin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to skip "looping a lot" question of btrfs restore 3.15?
2014-07-29 0:09 ` Justin Maggard
@ 2014-07-29 1:03 ` Karl-Philipp Richter
2014-08-16 22:35 ` Karl-Philipp Richter
0 siblings, 1 reply; 4+ messages in thread
From: Karl-Philipp Richter @ 2014-07-29 1:03 UTC (permalink / raw)
To: Justin Maggard; +Cc: linux-btrfs
[-- Attachment #1: Type: text/plain, Size: 1390 bytes --]
Hi Justin,
thanks for your help. I guess the patch will be available in the repos,
soon, so I'll work with `yes` in the meantime because I'm not too
familiar with patching in this form.
Best regards,
Karl-P. Richter
Am 29.07.2014 um 02:09 schrieb Justin Maggard:
> On Mon, Jul 28, 2014 at 3:35 PM, Karl-Philipp Richter
> <krichter@posteo.de> wrote:
>> Hi together,
>> In the current HEAD (3f11e516db629f7a662bfd6376231817b4e34cc9) of
>> https://github.com/kdave/btrfs-progs.git (I assume this list is the
>> right address because I got some hints to the project from here) the
>> btrfs restore subcommand asks often (up to 100 time during restauration
>> of 400 GB)
>>
>> We seem to be looping a lot on /a/path/to/our/precious, do you want
>> to keep going on ? (y/N):
>>
>> which can't be suppressed with the `-i` option (which might be right
>> because it's technically not an error), but I can't see how to get
>> around this. Am I missing something? Otherwise it would be nice to have
>> an extra option maybe with an argument how often "we" are looping on a
>> file before the command asks for interaction.
>>
>> Best regards,
>> Karl-P. Richter
>>
>
> I just posted the patch we use to get around that. Or, if you don't
> want to build a modified btrfs-progs, you could always use the `yes`
> command to press y for you.
>
> -Justin
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 538 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to skip "looping a lot" question of btrfs restore 3.15?
2014-07-29 1:03 ` Karl-Philipp Richter
@ 2014-08-16 22:35 ` Karl-Philipp Richter
0 siblings, 0 replies; 4+ messages in thread
From: Karl-Philipp Richter @ 2014-08-16 22:35 UTC (permalink / raw)
To: Justin Maggard; +Cc: linux-btrfs
[-- Attachment #1: Type: text/plain, Size: 1703 bytes --]
Hi,
I saw that the `a` answer in the `remotes/origin/integration-20140729`
branch only allows to skip the following question/interaction, for the
next after the next, the question is asked again.
-Kalle
Am 29.07.2014 um 03:03 schrieb Karl-Philipp Richter:
> Hi Justin,
> thanks for your help. I guess the patch will be available in the repos,
> soon, so I'll work with `yes` in the meantime because I'm not too
> familiar with patching in this form.
>
> Best regards,
> Karl-P. Richter
>
> Am 29.07.2014 um 02:09 schrieb Justin Maggard:
>> On Mon, Jul 28, 2014 at 3:35 PM, Karl-Philipp Richter
>> <krichter@posteo.de> wrote:
>>> Hi together,
>>> In the current HEAD (3f11e516db629f7a662bfd6376231817b4e34cc9) of
>>> https://github.com/kdave/btrfs-progs.git (I assume this list is the
>>> right address because I got some hints to the project from here) the
>>> btrfs restore subcommand asks often (up to 100 time during restauration
>>> of 400 GB)
>>>
>>> We seem to be looping a lot on /a/path/to/our/precious, do you want
>>> to keep going on ? (y/N):
>>>
>>> which can't be suppressed with the `-i` option (which might be right
>>> because it's technically not an error), but I can't see how to get
>>> around this. Am I missing something? Otherwise it would be nice to have
>>> an extra option maybe with an argument how often "we" are looping on a
>>> file before the command asks for interaction.
>>>
>>> Best regards,
>>> Karl-P. Richter
>>>
>>
>> I just posted the patch we use to get around that. Or, if you don't
>> want to build a modified btrfs-progs, you could always use the `yes`
>> command to press y for you.
>>
>> -Justin
>>
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-16 22:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 22:35 How to skip "looping a lot" question of btrfs restore 3.15? Karl-Philipp Richter
2014-07-29 0:09 ` Justin Maggard
2014-07-29 1:03 ` Karl-Philipp Richter
2014-08-16 22:35 ` Karl-Philipp Richter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).