2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-10 23:30:11 +00:00
Commit Graph

120 Commits

Author SHA1 Message Date
c44e760214 Merge pull request from zet809/fix_issue_1750
Remove the hardcoded password for FSP
2016-08-29 22:34:47 -04:00
a9b9c89c28 Remove the hardcoded password for FSP 2016-08-28 22:51:28 -04:00
9023bf1699 update manpage for packimage () 2016-08-24 09:45:51 +08:00
60f54f7fb2 Support --resize option for chvm ()
* Support --resize option for chvm

* Handle generic error from libvirt when resizing VM

* Improve finding the disk to resize
2016-08-16 19:34:15 -05:00
be77e5f43f fix issue [DEV] it is ambiguous to determine which compressed rootimg to use among rootimg.tar.gz,rootimg.cpio.gz,rootimg.tar.xz... ; update the manpage and usage info of packimage 2016-08-13 02:53:05 -04:00
79426ad21e add new option to indicate compress method () 2016-08-11 03:09:43 -05:00
c72abd7409 completed 2016-08-03 04:57:30 -04:00
5cd203cdf5 enhance packimage -m txc () 2016-08-02 16:45:31 +08:00
5d46d48f6a Fix issue of packimage -m txc ()
* redefine the code to make distint

* fix issue of packimage -m txc
2016-07-20 07:06:33 -05:00
9b48f99dd5 Merge pull request from gurevichmark/nodeset_offline
Nodeset offline for ppc64
2016-07-13 09:37:28 +08:00
39955c0cb5 issue 1471: fix the mistake in the man page for mkdef --template 2016-07-07 06:13:19 -04:00
79f93dac3c Small grammar and formatting fixes for mkdef command 2016-07-05 15:33:46 -04:00
434db38a10 fix issue [FVT]Please make the priority clearly as node name can be the same with template 2016-07-04 22:03:51 -04:00
58c17f69d1 refine the doc on xCAT object template 2016-07-04 02:58:08 -04:00
cfc2fab856 Merge pull request from penguhyang/enhance_rinstall
fix , enhance rinstall command
2016-06-28 16:28:50 +08:00
394eca0f50 fix , enhance rinstall command 2016-06-27 22:42:50 -04:00
4c7148e8ed Nodeset offline for ppc64 2016-06-24 13:16:38 -04:00
6775f8ab92 Merge pull request from immarvin/onmkdeftemplate
support mkdef --template;support lsdef --template
2016-06-22 11:11:57 +08:00
e1c25c317b update makentp man page 2016-06-21 03:30:43 -04:00
f7700925dc support mkdef/lsdef --template 2016-06-20 02:44:40 -04:00
891b20f904 Merge pull request from penguhyang/rscan_vmnics
enhance the scan for kvm
2016-06-15 00:57:31 -05:00
0b68f98fa8 Merge branch 'rscan_vmnics' of https://github.com/penguhyang/xcat-core into rscan_vmnics 2016-06-14 22:52:00 -04:00
e0848cf56d Doc updates for rmigrate command 2016-06-10 09:40:24 -04:00
62a2dd804d Merge pull request from xuweibj/I846
Fix issue 846, update mknb doc
2016-06-08 19:47:40 -04:00
c519024679 Fix issue 846, update mknb doc 2016-06-07 21:30:39 -04:00
7675f7ca6e Schema.pm missing objects and spelling fixes 2016-06-07 15:13:34 -04:00
014de562f9 Merge pull request from whowutwut/install_disk
Modify the getinstdisk to create files called /tmp/xcat.install_disk to indicate xCAT related files  (DO NOT MERGE until after branch 2.12)
2016-06-07 14:28:00 +08:00
300e7610b1 More formatting changes for the <or> display 2016-05-27 12:27:34 -04:00
f49345368e Checkin generated man5 and man7 generated .rst files 2016-05-27 11:55:59 -04:00
ef3bf0c437 Fix doc build errors and missing links 2016-05-24 16:16:34 -04:00
6de5c04f10 Fix typo error about hierarchical attributes 2016-05-17 02:08:12 -04:00
b0de75027f Remove --master from mkvm man page and usage 2016-05-13 17:07:26 -04:00
23e124ac2d Modify the getinstdisk to create a temporary file called /tmp/xcat.install_disk
so that it's easier for the admin who is debugging the install to know which files
are created by xCAT
2016-05-12 13:33:28 -04:00
e7dbcc9575 The bmcdiscover command does not actually support -c option.
Removing it from the documentation
2016-05-05 20:24:29 -04:00
7c92a214cd Use the --check option in the examples to be consistent with the usage. The -c option is still OK 2016-05-05 19:48:32 -04:00
c5faf316a9 Enable lsvm for kvm hypervisor ()
* Enable lsvm for kvm hypervisor

* Remove commented line
2016-05-04 13:53:33 -04:00
c0ee488742 Remove '-n' from pasu documentation
The argument is not implemented and implementing it represents
some challenges.
2016-05-02 11:46:02 -04:00
a2815940c2 Update the missed .rst file changes to the master branch 2016-04-28 09:24:11 -04:00
4d8cddfebc Merge pull request from chenglch/heirarchicalattrtable
Add configuration in site table to inherit attributes
2016-04-28 18:16:36 +08:00
d82e14b566 Change the usage to contain the short options for simplicity
- Fix the behavior so we obtain the default user/pass from the passwd table
- overwrite the default using the command line options
- only the --check requires the user and pass to be passed in
- Do not display anything or write if the user/pass is incorrect, ERROR out
2016-04-28 00:18:56 -04:00
b8f4ceaab6 Add the -u and -p option back into the man page, this is supported when doing range
scanning for bmcdiscover command
2016-04-25 15:43:56 -04:00
45b13721d1 Add configuration in site table to inherit attributes
'heirarchicalattrs' is added in site table to apply attributes
from multiple groups in order.

close-issue 
2016-04-22 04:53:24 -04:00
d1bb364ff6 Fix nodeset command for shell and shutdown options and fix nodeset usage and man page 2016-04-18 14:14:10 -04:00
a4615fc8ba rmvm command man page and type fixes 2016-04-14 15:09:36 -04:00
afeffe0df1 add description of rsetboot -u/-p in Usage.pm;refine the manpage 2016-04-12 02:41:14 -04:00
73bd16638c fix issue 882 spelling mistake while stopping docker container 2016-04-06 21:56:05 -04:00
e5147d1711 Merge pull request from penguhyang/improve_debugmode
make a fixed value scope for site.xcatdebugmode(0 1 2)
2016-03-31 21:20:14 -05:00
d6b3ce9d0c Merge pull request from cxhong/swdiscover
Find switch vendor using snmpwalk command
2016-03-31 17:37:47 +08:00
8ff7c029a5 recheckin switchdiscover.1.rst after ran create_man_page.py command 2016-03-30 10:44:22 -04:00
2584be6e11 modify switchdiscover command man page 2016-03-30 10:26:34 -04:00