All of lore.kernel.org
 help / color / mirror / Atom feed
From: "daliv@apollo.lv" <daliv@apollo.lv>
To: drbd-dev@lists.linbit.com
Subject: [Drbd-dev] Suggestion: secondary socket address
Date: Mon, 05 Mar 2007 21:14:48 +0200	[thread overview]
Message-ID: <eshq85$cm0$1@sea.gmane.org> (raw)

suggestion in result of persistent development problems sky2 driver for 
"Marvell Technology" network cards:
add possibility to set backup direction of socket for each drbd resource
example :

on host01.domain {
     device    /dev/drbd0;
     disk      /dev/sdb1;
     address   10.0.2.2:7788;
     address-backup   10.0.1.200:7788;
     meta-disk internal;
}

or may be with backup leveling
     address-backup   10.0.1.200:7788 level 1; // if primary failed - 
then here
     address-backup   10.0.3.200:7788 level 2; // if primary and 
secondary faled - then try to reconnect thru this connection

eth0 : 10.0.1.0/24 - main corporate LAN
eth1 : 10.0.2.0/24 - only interserver network - not for real client
eth2 : 10.0.3.0/24 - additional lan/wan connections

listeners for level 1,2 may be not initialised on startup, but only in 
error state of primary listener.
when primary listener will back (periodical recheck) - drbd 
communication must return automaticaly to that.

+ additionally notifies about channel changes to admin email.


             reply	other threads:[~2007-03-05 19:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-05 19:14 daliv [this message]
2007-03-07  0:04 ` [Drbd-dev] Suggestion: secondary socket address Lars Ellenberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='eshq85$cm0$1@sea.gmane.org' \
    --to=daliv@apollo.lv \
    --cc=drbd-dev@lists.linbit.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.