Zfs out of disk space


 
Thread Tools Search this Thread
Operating Systems Solaris Zfs out of disk space
# 1  
Old 01-13-2018
Zfs out of disk space

hi,

have no a lot of experience with zfs so perhaps the question is quite simple but i didn't find any reasonable info how to resolve it.


thus, fresh solaris installation

14GB in 86 files copied after that got msg No space left on device (28) in spite of according to stat there is plenty free space.

any suggestion how to solve it.


Code:
===
zpool status
  pool: rpool
 state: ONLINE
  scan: scrub repaired 0 in 24m06s with 0 errors on Wed Jan 10 01:45:21 2018

config:

        NAME      STATE     READ WRITE CKSUM
        rpool     ONLINE       0     0     0
          c1t0d0  ONLINE       0     0     0

errors: No known data errors

===
zfs list
NAME                              USED  AVAIL  REFER  MOUNTPOINT
rpool                            28.6G   428G  4.52M  /rpool
rpool/ROOT                       18.3G   428G    31K  legacy
rpool/ROOT/solaris               18.3G   428G  18.0G  /
rpool/ROOT/solaris/var            230M   428G   226M  /var
rpool/VARSHARE                   2.53M   428G  2.44M  /var/share
rpool/VARSHARE/pkg                 63K   428G    32K  /var/share/pkg
rpool/VARSHARE/pkg/repositories    31K   428G    31K  /var/share/pkg/repositories
rpool/VARSHARE/zones               31K   428G    31K  /system/zones
rpool/dump                       8.25G   428G  8.00G  -
rpool/export                       96K   428G    32K  /export
rpool/export/home                  64K   428G    64K  /export/home
rpool/swap                       2.06G   428G  2.00G  -

===
zfs list -t snapshot
NAME                             USED  AVAIL  REFER  MOUNTPOINT
rpool/ROOT/solaris@install      56.2M      -  2.67G  -
rpool/ROOT/solaris/var@install  3.55M      -   220M  -

===
zfs get quota
NAME                             PROPERTY  VALUE  SOURCE
rpool                            quota     none   default
rpool/ROOT                       quota     none   default
rpool/ROOT/solaris               quota     none   default
rpool/ROOT/solaris@install       quota     -      -
rpool/ROOT/solaris/var           quota     none   default
rpool/ROOT/solaris/var@install   quota     -      -
rpool/VARSHARE                   quota     none   default
rpool/VARSHARE/pkg               quota     none   default
rpool/VARSHARE/pkg/repositories  quota     none   default
rpool/VARSHARE/zones             quota     none   default
rpool/dump                       quota     -      -
rpool/export                     quota     none   default
rpool/export/home                quota     none   default
rpool/swap                       quota     -      -

====
 zfs get refquota
NAME                             PROPERTY  VALUE  SOURCE
rpool                            refquota  none   default
rpool/ROOT                       refquota  none   default
rpool/ROOT/solaris               refquota  none   default
rpool/ROOT/solaris@install       refquota  -      -
rpool/ROOT/solaris/var           refquota  none   default
rpool/ROOT/solaris/var@install   refquota  -      -
rpool/VARSHARE                   refquota  none   default
rpool/VARSHARE/pkg               refquota  none   default
rpool/VARSHARE/pkg/repositories  refquota  none   default
rpool/VARSHARE/zones             refquota  none   default
rpool/dump                       refquota  -      -
rpool/export                     refquota  none   default
rpool/export/home                refquota  none   default
rpool/swap                       refquota  -      -

====
df -h rpool
Filesystem             Size   Used  Available Capacity  Mounted on
rpool                  457G   4.5M       428G     1%    /rpool

Moderator's Comments:
Mod Comment Please use CODE tags when displaying sample input, output, and code segments.

Last edited by Don Cragun; 01-14-2018 at 12:53 AM.. Reason: Add CODE and ICODE tags.
# 2  
Old 01-14-2018
Strange. ZFS behaves like any other filesystem in many regards, so in this case something is weird. Try to identify the problematic file, and copy the others?
# 3  
Old 01-14-2018
Hi,

Also, was that the full text of the error message ? Usually, out-of-space errors during package installation will mention the full path of whatever directory or file that was trying to be written to disk at the time. The full path might give you some clues as to where the problem lies, possibly. Was anything else showing an error at the console or in the kernel log ?
# 4  
Old 01-14-2018
Have you used /tmp as a destination of the copy ?

On Solaris systems /tmp filesystem is free memory + swap, so you perhaps used that filesystem, filling it up.

Regards
Peasant.
# 5  
Old 01-14-2018
hi,

the reason is found. it is midnight commander(shell link) on linux server. rsync & scp work correct.

well, even well known dog may be found mad.

cheers

Last edited by bindto; 01-14-2018 at 06:53 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

ZFS Slice disk

Hi, How to to make a slice and define as ufs from zpool? Please advice me. Thanks. ---------- Post updated at 01:53 AM ---------- Previous update was at 12:24 AM ---------- Before slice: Part Tag Flag Cylinders Size Blocks 0 root wm 0 ... (2 Replies)
Discussion started by: mzainal
2 Replies

2. Solaris

Need to remove a disk from zfs pool

I accidently added a disk in different zpool instead of pool, where I want. root@prtdrd21:/# zpool status cvfdb2_app_pool pool: cvfdb2_app_pool state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM cvfdb2_app_pool ONLINE 0 0 0... (1 Reply)
Discussion started by: solaris_1977
1 Replies

3. UNIX for Advanced & Expert Users

Ubuntu ZFS split disk

Hello all, At the moment i'm building a home made nas/media server running ubuntu. After reading some articles about ZFS I decided to use it (at first on a virtual machine). the machine is gonna be a AMD fusion with two 1TB disks and one 64GB ssd for the OS This is what im trying to... (7 Replies)
Discussion started by: StrikeByte
7 Replies

4. Solaris

ZFS - whole disk Vs slice

we have a ZFS file system that was created as a pool of just one disk (raid on a SAN) when this was created it was done as a whole disk, and so EFI label. now we want to mount this file system into an LDOM. my understanding of how ldom's and disk works this is that we can only do this as a... (1 Reply)
Discussion started by: robsonde
1 Replies

5. Solaris

ZFS disk label missing

I 'm having problem in importing a zfs pool was getting error device missing and upon further digging found that labels on my disk for zpool are missing Does anyone know how to recover from it ? root@essapl020-u006 # zdb -l /dev/dsk/emcpower0c --------------------------------------------... (0 Replies)
Discussion started by: fugitive
0 Replies

6. Solaris

after ZFS can not restore VTOC of disk..

I tried to use zfs .. only for test ..so when I take my test disks into zfs pool their VTOC changed .. and 7th slice does not appear now. How can I restore default VTOC to my disks. my machine is x86 .. SunFire X4200 .. so this disks do not have slices like sparc machines .. they have... (6 Replies)
Discussion started by: samar
6 Replies

7. Solaris

zfs mirror disk

Is it possible to create a Mirror with zfs ?? I'm experimented user with Solstice Disk suite. Or Sun Volume manager or veritas volume manager. But, i would like switch from Disksuite to Zfs. All my mirrored disks. (1 Reply)
Discussion started by: simquest
1 Replies
Login or Register to Ask a Question