Announcement

Collapse
No announcement yet.

Optimumcache - /var/cache/optimumcache not mounted

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Optimumcache - /var/cache/optimumcache not mounted

    I have just installed OC on two new servers.
    Should /var/cache/optimumcache be mounted immediately?

    On these two servers, when I run command df -h I see:

    # df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/md1 439G 36G 381G 9% /
    tmpfs 16G 8.0K 16G 1% /dev/shm
    /dev/md0 1008M 83M 875M 9% /boot
    /dev/sda2 1.8T 229G 1.5T 14% /home

    But on other servers where OC is installed, I see /var/cache/optimumcache is mounted:

    # df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda3 1.8T 14G 1.7T 1% /
    devtmpfs 32G 0 32G 0% /dev
    tmpfs 32G 8.0K 32G 1% /dev/shm
    tmpfs 32G 19M 32G 1% /run
    tmpfs 32G 0 32G 0% /sys/fs/cgroup
    /dev/sda2 492M 158M 299M 35% /boot
    tmpfs 32G 8.0K 32G 1% /usr/share/cagefs-skeleton/dev/shm
    /dev/ploop21735p1 9.8G 410M 8.9G 5% /var/cache/optimumcache

  • #2
    The issue has been addressed already and our developers are going to fix it really fast.

    It is mounted, but somehow it is not added to /etc/mtab . But you should see it with:

    Code:
    grep ploop /proc/mounts

    Comment


    • #3
      Thanks, Bogdan! So there is nothing I need to do - just wait for update to OC?

      Comment


      • #4
        Correct, just wait.

        Comment

        Working...
        X