Revision 4dcfe1c4 snf-pithos-app/pithos/api/management/commands/pithos-export-quota.py

b/snf-pithos-app/pithos/api/management/commands/pithos-export-quota.py
72 72
        except IOError, e:
73 73
            raise CommandError(e)
74 74

  
75
        INF = str(10**30)
75 76
        for p in conn.execute(s).fetchall():
76 77
            f.write(' '.join(
77
                [p.path, 'pithos+.diskspace', p.value, '0', '0', '0']))
78
                [p.path, 'pithos+.diskspace', p.value, '0', INF, INF]))
78 79
            f.write('\n')
79 80
        f.close()
80 81
        backend.close()

Also available in: Unified diff