cc89dfd6f3
modified: ri_oper.py add signal pipe
fling
2010-11-01 08:58:59 +08:00
df515ef85e
modified: ri_data.py if device is a raid(md0), the raid device doesn't add Number eg : md0 + "1"=md01 is error.
fling
2010-10-29 11:35:07 +08:00
67ff409410
modified: ri_data.py modified: ri_oper.py fix extended partition doesn't exit MountPoint and MakeRaid spare is optional
fling
2010-10-28 13:56:07 +08:00
b52f535f6b
modified: ri_data.py modified: ri_func_dep.py modified: ri_main.py modified: ri_tk_cmd.py Because the function sort() return value is not a list. it is return <type 'NoneType'>.so use for k in ri_data.MountPoint.dict{}.keys().sort() must be throw a exception
fling
2010-10-19 04:42:25 +08:00
0c425d031d
1. unify install.xml location 2. in ri_data.py, fix an error on Raid instance construction 3. in ri_func_dep.py, use common function ri_data.Group.get_install_pkgs() 4. in ri_install.py, add logic to config install.xml location 5. rename test.py to ri_main.py 6. in ri_main.py, add logic to set config.xml location 7. in ri_main.py, modify the way to get parameters.
lizhi-rocky
2010-10-18 17:34:55 +08:00
f2818afcb9
1. modify ri_oper.py to include dependcy extra pkgs 2. incorporate Ling Fen's modification on ri_tk_cmd.py
lizhi-rocky
2010-10-18 11:32:24 +08:00
4cca8d06c3
Merge branch 'zli-tmp' into zli
lizhi-rocky
2010-10-18 11:02:43 +08:00
6e69912140
modified: ri_oper.py format
fling
2010-10-17 19:57:17 +08:00
6df3e0f7ba
modified: ri_data.py fix: add a raid device , must be del partition on MountPoint.dict
fling
2010-10-17 09:49:48 +08:00
9322af8a4f
modified: ri_tk_cmd.py fix display index data of Mount.dict, top_windows, raid, etc.
fling
2010-10-17 00:21:01 +08:00
f536b578c5
modified: ri_tk_cmd.py fix: ri_data.Raid(dev, "no", level,active, spare) sz = ri_data.Partition.dict.has_key(dev) and \ ri_data.Partition.dict[dev].size or ri_data.Raid.get_size(dev) display index data of Mount.dict
fling
2010-10-16 22:35:50 +08:00
60260f1cc4
modified: ri_data.py modified: ri_tk_cmd.py when adding a raid,dynamic add the partitions into Mount.list or when del a raid , dynamic del the partitions in Mount.list. so the mothod of ri_tk_cmd.mp_top_init() is the correct.
fling
2010-10-14 20:13:22 +08:00
0ed0f5599d
modified: ri_tk_cmd.py don't set variable sz=99999999999.it is hazards
fling
2010-10-14 16:56:05 +08:00
fb83d4b510
modified: ri_tk_cmd.py add two showwarning messagebox for active devices that must be more than two
fling
2010-10-14 15:05:40 +08:00
47fdd104e6
modified: install.xml update example file
fling
2010-10-11 17:11:52 +08:00
bed428488e
Merge branch 'fling3' of rd-server:/home/git/new_install into fling3
fling
2010-10-11 16:52:19 +08:00
f81ae9deb6
modified: ri_tk_cmd.py if a hard disk partition be made of a raid,the hard disk partition don't display on mountpoint display frame.Node don't modified Mount's data
fling
2010-10-11 16:43:26 +08:00
cdf5d74201
modified: ri_tk_cmd.py if a hard disk be made of a raid,the hard disk don't display on mountpoint display frame.Node don't modified Mount's data
fling
2010-10-11 16:43:26 +08:00
e4459f776b
modified: ri_tk_cmd.py fix a raid size on mountpoint display
fling
2010-10-11 15:32:37 +08:00
31f924ac09
modified: ri_tk_cmd.py bug1 raid_device_add(): active can't be empty and add a messagebox for active bug2 raid_device_delete(): eval argements can't be None string
fling
2010-10-11 11:06:52 +08:00