Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
2e2cfef9
Commit
2e2cfef9
authored
Oct 18, 2006
by
Mike Hibler
Browse files
Make it explicit that you need to login to "users" to clean up an over-quota
condition.
parent
a8eaf85d
Changes
11
Hide whitespace changes
Inline
Side-by-side
account/quotamail.in
View file @
2e2cfef9
...
...
@@ -39,11 +39,16 @@ You can check your usage with the 'quota' command on @USERNODE@:
(Note: This will not work from nodes in an experiment.)
The directory trees where you most likely have files are:
The directory trees (on @USERNODE@) where you most likely have files are:
Project directory: @FSDIR_PROJ@
Group directory: @FSDIR_GROUPS@
User/Home directory: @FSDIR_USERS@
PLEASE NOTE: just login to @USERNODE@ directly to do the cleanup!
You will not be able to swapin an experiment to access these directories
while over quota.
Thanks,
@THISHOMEBASE@ Testbed Operations
@TBOPSEMAIL_NOSLASH@
...
...
tbsetup/batchexp.in
View file @
2e2cfef9
...
...
@@ -184,7 +184,8 @@ if (! UserDBInfo($dbuid, \$user_name, \$user_email)) {
if
(
system
("
$checkquota
$dbuid
")
!=
0
)
{
tberror
({
cause
=>
'
user
',
type
=>
'
primary
',
severity
=>
SEV_ERROR
,
error
=>
['
over_disk_quota
',
$CONTROL
]},
"
You are over your disk quota on
$CONTROL
; please cleanup!
");
"
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
");
exit
(
1
);
}
...
...
tbsetup/swapexp.in
View file @
2e2cfef9
...
...
@@ -347,7 +347,8 @@ my $overquota = system("$checkquota $dbuid");
if
(
$overquota
)
{
tberror
({
cause
=>
'
user
',
severity
=>
SEV_WARNING
,
error
=>
['
over_disk_quota
',
$CONTROL
]},
"
You are over your disk quota on
$CONTROL
; please cleanup!
");
"
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
");
}
#
...
...
tbsetup/template_analyze.in
View file @
2e2cfef9
...
...
@@ -140,7 +140,8 @@ if ($instance->ArchiveTag(\$archive_tag) < 0) {
}
if
(
system
("
$checkquota
$dbuid
")
!=
0
)
{
tberror
("
You are over your disk quota on
$CONTROL
; please cleanup!
");
tberror
("
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
");
exit
(
1
);
}
...
...
tbsetup/template_create.in
View file @
2e2cfef9
...
...
@@ -141,7 +141,8 @@ if (! UserDBInfo($dbuid, \$user_name, \$user_email)) {
# our time. Make sure user sees the error by exiting with 1.
#
if
(
system
("
$checkquota
$dbuid
")
!=
0
)
{
tberror
("
You are over your disk quota on
$CONTROL
; please cleanup!
");
tberror
("
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
");
exit
(
1
);
}
...
...
tbsetup/template_export.in
View file @
2e2cfef9
...
...
@@ -144,7 +144,8 @@ if ($instance->ArchiveTag(\$archive_tag) < 0) {
}
if
(
system
("
$checkquota
$dbuid
")
!=
0
)
{
tberror
("
You are over your disk quota on
$CONTROL
; please cleanup!
");
tberror
("
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
");
exit
(
1
);
}
...
...
tbsetup/template_exprun.in
View file @
2e2cfef9
...
...
@@ -162,7 +162,8 @@ if (! UserDBInfo($dbuid, \$user_name, \$user_email)) {
# our time. Make sure user sees the error by exiting with 1.
#
if
(
system
("
$checkquota
$dbuid
")
!=
0
)
{
tberror
("
You are over your disk quota on
$CONTROL
; please cleanup!
");
tberror
("
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
");
exit
(
1
);
}
...
...
tbsetup/template_instantiate.in
View file @
2e2cfef9
...
...
@@ -163,7 +163,8 @@ if (! UserDBInfo($dbuid, \$user_name, \$user_email)) {
# our time. Make sure user sees the error by exiting with 1.
#
if
(
system
("
$checkquota
$dbuid
")
!=
0
)
{
tberror
("
You are over your disk quota on
$CONTROL
; please cleanup!
");
tberror
("
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
");
exit
(
1
);
}
...
...
tbsetup/template_linkgraph.in
View file @
2e2cfef9
...
...
@@ -147,7 +147,8 @@ if ($instance->ArchiveTag(\$archive_tag) < 0) {
}
if
(
system
("
$checkquota
$dbuid
")
!=
0
)
{
tberror
("
You are over your disk quota on
$CONTROL
; please cleanup!
");
tberror
("
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
");
exit
(
1
);
}
...
...
tbsetup/template_swapin.in
View file @
2e2cfef9
...
...
@@ -163,7 +163,8 @@ if (! UserDBInfo($dbuid, \$user_name, \$user_email)) {
# our time. Make sure user sees the error by exiting with 1.
#
if
(
system
("
$checkquota
$dbuid
")
!=
0
)
{
tberror
("
You are over your disk quota on
$CONTROL
; please cleanup!
");
tberror
("
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
");
exit
(
1
);
}
...
...
utils/create_image.in
View file @
2e2cfef9
...
...
@@ -185,7 +185,8 @@ if ($UID && !TBAdmin($UID)) {
#
if
(
system
("
$checkquota
$dbuid
")
!=
0
)
{
die
("
*** $0:
\n
"
.
"
You are over your disk quota on
$CONTROL
; please cleanup!
\n
");
"
You are over your disk quota on
$CONTROL
;
"
.
"
please login there and cleanup!
\n
");
}
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment