Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
jcgonnardJ

jcgonnard

@jcgonnard
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Has anyone set up Nextcloud with a Hetzner Storagebox cifs mount as primary storage?
    jcgonnardJ jcgonnard

    @jcgonnard

    SSHFS:

    root@nextcloud:~# dd if=/dev/zero of=/backups/test.img bs=1G count=1 oflag=dsync
    1+0 records in
    1+0 records out
    1073741824 bytes (1.1 GB, 1.0 GiB) copied, 50.1201 s, 21.4 MB/s
    root@nextcloud:~# dd if=/dev/zero of=/backups/test.img bs=4M count=250 oflag=dsync
    250+0 records in
    250+0 records out
    1048576000 bytes (1.0 GB, 1000 MiB) copied, 78.6863 s, 13.3 MB/s
    root@nextcloud:~# dd if=/dev/zero of=/backups/test.img bs=1 count=1000 oflag=dsync
    1000+0 records in
    1000+0 records out
    1000 bytes (1.0 kB) copied, 70.862 s, 0.0 kB/s
    

    LOCAL:

    root@nextcloud:~# dd if=/dev/zero of=/tmp/test.img bs=1G count=1 oflag=dsync
    1+0 records in
    1+0 records out
    1073741824 bytes (1.1 GB, 1.0 GiB) copied, 0.863714 s, 1.2 GB/s
    root@nextcloud:~# dd if=/dev/zero of=/tmp/test.img bs=4M count=250 oflag=dsync
    250+0 records in
    250+0 records out
    1048576000 bytes (1.0 GB, 1000 MiB) copied, 1.31499 s, 797 MB/s
    root@nextcloud:~# dd if=/dev/zero of=/tmp/test.img bs=1 count=1000 oflag=dsync
    1000+0 records in
    1000+0 records out
    1000 bytes (1.0 kB) copied, 0.500667 s, 2.0 kB/s
    

    As I said, transfer speed for medium/big files is fine enough, the problem is for small files.
    I just asked if some of you experienced the same issue with the same configuration (hetzner VM + storagebox) and if there is a way to improve performances or if I need to find something else that would match my needs

    Nextcloud nextcloud cifs storagebox hetzner

  • Has anyone set up Nextcloud with a Hetzner Storagebox cifs mount as primary storage?
    jcgonnardJ jcgonnard

    @msbt
    Hi

    I got a similar configuration with a CPX21 instance connected to a BX21 Storagebox.
    While transfer speed for large files is fine, transfer speed for large amount of small files is horrible:

    root@nextcloud:~# for f in {1..2000}; do mktemp ; done 
    /tmp/tmp.qabMyUDO5N
    /tmp/tmp.QPuk8CcXSB
    /tmp/tmp.NhErmerWFl
    /tmp/tmp.CtkY3jvTbL
    [...]
    
    root@nextcloud:~# time cp /tmp/tmp.* /backups/test/
    real	4m20.998s
    user	0m0.061s
    sys	0m0.565s
    
    root@nextcloud:~# time rm -fr /backups/test/*
    real	1m36.682s
    user	0m0.050s
    sys	0m0.196s
    

    Are you experiencing the same behaviour ?

    Nextcloud nextcloud cifs storagebox hetzner
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search