@@ -310,7 +310,7 @@ class Filesystem(NamedCommon):
classCluster(NamedCommon):
location=CharField(max_length=128,help_text='Human-readable location of the cluster.')
archive_site=BooleanField(help_text='TRUE if this cluster is an archive site, FALSE if not (f.e. a local cluster, or user-owned cluster).')
archive_site=BooleanField(default=False,null=False,help_text='TRUE if this cluster is an archive site, FALSE if not (f.e. a local cluster, or user-owned cluster).')