Ignore:
Timestamp:
Oct 9, 2007, 11:15:11 PM (17 years ago)
Author:
ecprice
Message:

Machine name cannot be changed while the machine is running without
confusing the database. So, forbid it.

Help text for the machine change "owner" field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/main.py

    r165 r166  
    677677ParaVM machines use Xen's emulation of virtualization features.  You
    678678want an HVM virtualized machine.""",
    679                    cpu_weight="""Don't ask us!  We're as mystified as you are.""")
     679                   cpu_weight="""Don't ask us!  We're as mystified as you are.""",
     680                   owner="""The Owner must be the name of a locker that you are an AFS
     681administrator of.  In particular, you or an AFS group you are a member
     682of must have AFS rlidwka bits on the locker.  You can check see who
     683administers the LOCKER locker using the command 'fs la /mit/LOCKER' on
     684Athena.)""")
    680685   
    681686    d = dict(user=user,
     
    758763             max_mem=max_mem,
    759764             max_disk=max_disk,
     765             owner_help=helppopup("owner"),
    760766             fields = fields)
    761767    return Template(file='info.tmpl',
Note: See TracChangeset for help on using the changeset viewer.