Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Phhere committed Mar 1, 2012
1 parent 7c1bbc2 commit 0b64502
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions Ideen.txt
Expand Up @@ -6,7 +6,10 @@ VNC Verbindung
- SSH-Key upload

Benutzer
- Matrikelnummer Abfragbar / verifizieren ?
- Login per Kürzel
- Manuell Anmeldung in der FS
- vorhandene SSH Accounts übernehmen ?
- Selber Boot CD auswählen?
- Laufwerk vom Server mounten ?
- Laufwerk vom Server mounten ?
- Nutzer legen selber VM an
-- Bis HDD Limit
-Pro User 2 VMs running
5 changes: 3 additions & 2 deletions classes/Helper.class.php
Expand Up @@ -33,10 +33,11 @@ static function hasRessources($ram_needed) {
$run = false;
}

$ram = self::getQemuRamTemp();
/*$ram = self::getQemuRamTemp();
if($ram != false && $ram + $ram_needed > $GLOBALS['config']['max_ram']*1024*1024*1024){
$run = false;
}
}*/

return $run;
}

Expand Down

0 comments on commit 0b64502

Please sign in to comment.