Changes between Version 66 and Version 67 of install_kvm


Ignore:
Timestamp:
Aug 4, 2016, 9:11:43 PM (9 years ago)
Author:
JaimeV
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_kvm

    v66 v67  
    158158}}}
    159159
    160 You can toggle the value of accepting with the following sql statements:
     160    You can toggle the value of accepting with the following sql statements:
    161161{{{
    162162UPDATE red_server SET accepting = 0 WHERE server = '<guestname>.mayfirst.org';
    163163UPDATE red_server SET accepting = 1 WHERE server = '<guestname>.mayfirst.org';
     164}}}
     165
     166    Setting to "accepting = 0" in the above statement will remove the option to create new hosting order in the indicated guest server for members who have not previously created hosting orders within that server. However members who have previously created hosting orders in that guest can still create new ones there. To prevent any new hosting orders on the guest in question the following statement is needed.
     167{{{
     168UPDATE red_server SET closed = 1 WHERE server = '<guestname>.mayfirst.org';
    164169}}}
    165170