All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] RAID1 mirroring behavior when one disk is dead sometimes?
@ 2021-04-13 15:52 Marc Weber
  2021-04-13 19:44 ` Péter Sárközi
  0 siblings, 1 reply; 3+ messages in thread
From: Marc Weber @ 2021-04-13 15:52 UTC (permalink / raw)
  To: linux-lvm

I created a test with 2 disks then booted without disk2 then without disk1 (each time adding a file.

Then I booted with both. The result was in kernel logs I found 'mirroring or such' and I only got contents of disk 1.


Is there any option to say if both mirrors get changed don't mount but cause an error because that might be better than

getting newly written data reset randomly ?


Did I miss an option? Would mdadm be better ?


I tried looking at archives were CPU bottleneck for raids was mentioned often and 'work being done' on it.

What's status of that or are the advices given there still valid ?


Marc Weber

_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://listman.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-lvm] RAID1 mirroring behavior when one disk is dead sometimes?
  2021-04-13 15:52 [linux-lvm] RAID1 mirroring behavior when one disk is dead sometimes? Marc Weber
@ 2021-04-13 19:44 ` Péter Sárközi
  2021-04-15  4:19   ` [linux-lvm] RAID1 mirroring behavior when one disk is dead sometimes - why not just use random numbers ?? Marc Weber
  0 siblings, 1 reply; 3+ messages in thread
From: Péter Sárközi @ 2021-04-13 19:44 UTC (permalink / raw)
  To: LVM general discussion and development

Marc Weber <marco-oweber@gmx.de> ezt írta (időpont: 2021. ápr. 13., K, 17:58):
>
> I created a test with 2 disks then booted without disk2 then without disk1 (each time adding a file.
>
> Then I booted with both. The result was in kernel logs I found 'mirroring or such' and I only got contents of disk 1.
>
>
> Is there any option to say if both mirrors get changed don't mount but cause an error because that might be better than
>
> getting newly written data reset randomly ?
>
>
> Did I miss an option? Would mdadm be better ?
>
>
> I tried looking at archives were CPU bottleneck for raids was mentioned often and 'work being done' on it.
>
> What's status of that or are the advices given there still valid ?
>
>
> Marc Weber
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://listman.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/
>

As far as I know mdadm works the same way. (At least it was working
like this when this thread happened:
https://www.spinics.net/lists/raid/msg36962.html)

You can use a similar tactic that was recommended there: Don't
assemble a degraded RAID1 array without user interaction. You can do
this by changing the activation mode to complete in lvm.conf.


_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://listman.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-lvm] RAID1 mirroring behavior when one disk is dead sometimes - why not just use random numbers ??
  2021-04-13 19:44 ` Péter Sárközi
@ 2021-04-15  4:19   ` Marc Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Marc Weber @ 2021-04-15  4:19 UTC (permalink / raw)
  To: linux-lvm


> As far as I know mdadm works the same way. (At least it was working
> like this when this thread happened:
> https://www.spinics.net/lists/raid/msg36962.html)
>
> You can use a similar tactic that was recommended there: Don't
> assemble a degraded RAID1 array without user interaction. You can do
> this by changing the activation mode to complete in lvm.conf.

But then the server doesn't start at all which might also be costly.


The thread says that clock i not reliable eventually due to faulty hardware etc.

*BUT* why isn't there a way to 'stamp' the disks once clock is synced with the internet ?


Let's compare two cases and two solutions.


solution 1:

write dates [date, known-devices] to the active disks

CASE: disk 1 appears sometimes. disk2 would have 'know-devices' disk2 only, so disk1 could be identified as troublesome.

action mirror disk2  to1


CASE: split brain: disk1 appears, reboot disk2 appears, reboot both appear

Dates would be different. -> no mount


Not using the date info at all, thus could be using random numbers which would be solution 2.



I don't have experience how often disks appear sometimes only.

To me it looks like having such strategy above which also could be implemented in user space (but why ?)

would work in more cases very well cause the server would boot more often than not.


Marc Weber


_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://listman.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-15  4:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13 15:52 [linux-lvm] RAID1 mirroring behavior when one disk is dead sometimes? Marc Weber
2021-04-13 19:44 ` Péter Sárközi
2021-04-15  4:19   ` [linux-lvm] RAID1 mirroring behavior when one disk is dead sometimes - why not just use random numbers ?? Marc Weber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.