Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F4833416
CM_fs.py.in
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
CM_fs.py.in
View Options
#!@PYTHON@
'''CTS: Cluster Testing System: Failsafe dependent modules...
Classes related to testing high-availability clusters...
Lots of things are implemented.
Lots of things are not implemented.
We have many more ideas of what to do than we've implemented.
'''
__copyright__='''
Copyright (C) 2000, 2001 Alan Robertson <alanr@unix.sh>
Licensed under the GNU GPL.
'''
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#import types, string, select, sys, time, re, os, random, struct
#from os import system
#from UserDict import UserDict
#from syslog import *
#from popen2 import Popen3
class FailSafeCM(ClusterManager):
'''
The FailSafe cluster manager class.
Not implemented yet.
'''
def __init__(self, randseed=None):
ClusterManager.__init__(self, randseed=randseed)
self.update({
"Name" : "FailSafe",
"StartCmd" : None, # Fix me!
"StopCmd" : None, # Fix me!
"StatusCmd" : None, # Fix me!
"RereadCmd" : None, # Fix me!
"TestConfigDir" : None, # Fix me!
"LogFileName" : None, # Fix me!
"Pat:Master_started" : None, # Fix me!
"Pat:Slave_started" : None, # Fix me!
"Pat:We_stopped" : None, # Fix me!
"Pat:They_stopped" : None, # Fix me!
"BadRegexes" : None, # Fix me!
})
self._finalConditions()
def SyncTestConfigs(self):
pass
def SetClusterConfig(self):
pass
def ResourceGroups(self):
raise ValueError("Forgot to write ResourceGroups()")
File Metadata
Details
Attached
Mime Type
text/x-objective-c
Expires
Sun, Jul 20, 9:07 PM (20 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2075816
Default Alt Text
CM_fs.py.in (2 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment