-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: 19 December 2005 19:00
To: [email protected]
Subject: Linux-HA-Dev Digest, Vol 25, Issue 27

Send Linux-HA-Dev mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Linux-HA-Dev digest..."


Today's Topics:

   1. Re: BSC failure (Andrew Beekhof)
   2. Re: Please revise the required parameters list of RAs (Xun Sun)
   3. Re: BSC failure (Xun Sun)


----------------------------------------------------------------------

Message: 1
Date: Mon, 19 Dec 2005 14:14:40 +0100
From: Andrew Beekhof <[EMAIL PROTECTED]>
Subject: Re: [Linux-ha-dev] BSC failure
To: High-Availability Linux Development List
        <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

On 12/18/05, Alan Robertson <[EMAIL PROTECTED]> wrote:
> Sun Jiang Dong wrote:
> >
> >
> > Guochun Shi wrote:
> >> It looks like errors are from IPaddr.
> > Sure. Caused by the latest two committing by Andrew.
>
> Andrew's aware of the problem.  I just asked him to fix it...
>

I believe BSC is now working again and the IPaddr script in a better
state than when I started messing with it.


------------------------------

Message: 2
Date: Mon, 19 Dec 2005 21:15:49 +0800
From: Xun Sun <[EMAIL PROTECTED]>
Subject: Re: [Linux-ha-dev] Please revise the required parameters list
        of RAs
To: High-Availability Linux Development List
        <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

On 12/19/05, Huang Zhen <[EMAIL PROTECTED]> wrote:
> Hi, all,
>
> To help our users configure the resources easily with both cib.xml and

> GUI, I plan to add a "required" attribute to the RA's metadata.
>
I think this is a good idea :)

> Here I listed all parameters for all existing OCF RAs.
> And marked * to the parameters which I think are "required".
>
> However, I am not familiar with many of them, and maybe my understood
is wrong.
> So I need your help to revise the list.
>
> Thank you very much!
>
>
> apache
>         OCF_RESKEY_configfile
>         OCF_RESKEY_httpd
>         OCF_RESKEY_port
>         OCF_RESKEY_statusurl
>
> AudibleAlarm
>         OCF_RESKEY_nodelist
>
> ClusterMon
>         OCF_RESKEY_user
>         OCF_RESKEY_pidfile
>         OCF_RESKEY_update
>         OCF_RESKEY_extra_options
>         OCF_RESKEY_htmlfile
>
> db2
>         OCF_RESKEY_instance
This should be required I think

>
> Delay
>         OCF_RESKEY_startdelay
>         OCF_RESKEY_stopdelay
>         OCF_RESKEY_mondelay
>
> drbd
>         OCF_RESKEY_drbd_resource
This shoud be required I think

>         OCF_RESKEY_drbdconf
>         OCF_RESKEY_clone_max
>         OCF_RESKEY_clone_node_max
>         OCF_RESKEY_master_max
>         OCF_RESKEY_master_node_max
>
> Dummy
>         OCF_RESKEY_monitor_delay
>
> Filesystem
> *       OCF_RESKEY_device
> *       OCF_RESKEY_directory
> *       OCF_RESKEY_fstype
I am not sure if fstype is required from the working of Filesystem RA.
But mostly users will know what filesystem type they want to use, so
marking this as required should be no problem.

>         OCF_RESKEY_options
>
> ICP
> *       OCF_RESKEY_driveid
> *       OCF_RESKEY_device
>
> IPaddr2
> *       OCF_RESKEY_ip
>         OCF_RESKEY_broadcast
>         OCF_RESKEY_nic
>         OCF_RESKEY_netmask
>         OCF_RESKEY_iflabel
>         OCF_RESKEY_mac
>         OCF_RESKEY_incarnations_max_global
>         OCF_RESKEY_incarnation_no (not user-configurable)
>         OCF_RESKEY_clusterip_hash
>         OCF_RESKEY_clusterip_mark
>         OCF_RESKEY_arp_interval
>         OCF_RESKEY_arp_count
>         OCF_RESKEY_arp_bg
>         OCF_RESKEY_arp_mac
>
> IPaddr
> *       OCF_RESKEY_ip
>         OCF_RESKEY_broadcast
>         OCF_RESKEY_nic
>         OCF_RESKEY_netmask
>         OCF_RESKEY_lvs_support  ( e.g. true, on, 1 )
>         OCF_RESKEY_ARP_INTERVAL_MS
>         OCF_RESKEY_ARP_REPEAT
>         OCF_RESKEY_ARP_BACKGROUND (e.g. yes )
>         OCF_RESKEY_ARP_NETMASK
>         OCF_RESKEY_local_start_script
>         OCF_RESKEY_local_stop_script
>
> IPsrcaddr
> *       OCF_RESKEY_ipaddress
>
> IPv6addr
> *       OCF_RESKEY_ipv6addr
>
> LinuxSCSI
> *       OCF_RESKEY_scsi
>
> LVM
>         OCF_RESKEY_volgrpname
>
> MailTo
> *       OCF_RESKEY_email
> *       OCF_RESKEY_subject
This should not be mandatory?
>
>
> portblock
> *       OCF_RESKEY_protocol
> *       OCF_RESKEY_portno
> *       OCF_RESKEY_action
>
> Raid1
> *       OCF_RESKEY_raidconf
> *       OCF_RESKEY_raiddev
>
> ServeRAID
> *       OCF_RESKEY_serveraid
>         OCF_RESKEY_mergegroup
>
> WAS
>         OCF_RESKEY_config
>         OCF_RESKEY_port
>
> WinPopup
>         OCF_RESKEY_hostfile
>
> Xinetd
> *       OCF_RESKEY_service
>
>
>
>
> --
> Best Regards,
> Huang Zhen
> Linux Technology Center
> IBM China Development Lab, Beijing
> Telno: (8610)82782244-2845
> _______________________________________________________
> Linux-HA-Dev: [email protected] 
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/
>
--
Thanks & regards
Xun Sun


------------------------------

Message: 3
Date: Mon, 19 Dec 2005 22:56:36 +0800
From: Xun Sun <[EMAIL PROTECTED]>
Subject: Re: [Linux-ha-dev] BSC failure
To: High-Availability Linux Development List
        <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

On 12/19/05, Andrew Beekhof <[EMAIL PROTECTED]> wrote:
> On 12/18/05, Alan Robertson <[EMAIL PROTECTED]> wrote:
> > Sun Jiang Dong wrote:
> > >
> > >
> > > Guochun Shi wrote:
> > >> It looks like errors are from IPaddr.
> > > Sure. Caused by the latest two committing by Andrew.
> >
> > Andrew's aware of the problem.  I just asked him to fix it...
> >
>
> I believe BSC is now working again and the IPaddr script in a better 
> state than when I started messing with it.

Yes, it is much cleaner now. Thanks for taking the time to tidy it up.
> _______________________________________________________
> Linux-HA-Dev: [email protected] 
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/
>


--
Thanks & regards
Xun Sun


------------------------------

_______________________________________________
Linux-HA-Dev mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev


End of Linux-HA-Dev Digest, Vol 25, Issue 27
********************************************
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to