Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
hiddentrue

Introduction

It might happen that you report an issue involving projects that cannot be archived in the XTM Cloud UI. The most prominent frequent cause of the this issue is that there is lack of not enough disk space on your server.

...

Specifics

This issue might be caused by insufficient free space on your backups drive, where archived projects are stored, being because it is completely full.

You can easily check usage of your disk space usage by running the following command: df -h. It shows the amount of total, free and used disk space on all mounted partitions /and drives, which can be helpful when determining what is causing the a slowdown at any time. Keeping enough free space on a disk is crucial, to keep the system running smoothly, e.g. . For example, having a full root partition "/" full can destabilize the whole operating system.

See This is a sample output:

Code Block
languagebash
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs         63G     0   63G   0% /dev
tmpfs            63G  236K   63G   1% /dev/shm
tmpfs            63G  4.1G   59G   7% /run
tmpfs            63G     0   63G   0% /sys/fs/cgroup
/dev/md2         79G   26G   49G  35% /
/dev/md0        2.0G  339M  1.6G  18% /boot
tmpfs            13G     0   13G   0% /run/user/1001
/dev/drbd1      726G  540G  186G  75% /mnt/xtmdata
/dev/drbd2      1.9T  1.9T   20K 100% /backups
tmpfs            13G     0   13G   0% /run/user/1002

In this particular example case, you would need to pay attention to the /backups directory:

Code Block
/dev/drbd2      1.9T  1.9T   20K 100% /backups

Make sure to that you clean up this drive, either by either deleting some archived projects or by moving them to external storage.

Note

IMPORTANT!

Keep in mind that, after quite big cleanups, a short quick XTM Cloud restart might be needed, to clear up the memory, as the server is Linux-based on Linux.