Renat Eskenin

Results 25 comments of Renat Eskenin

Hi! Thanks to answer :) I have two files: 1. Main swagger 2 spec (example): swagger: "2.0" info: host: api.example.com paths: definitions: Example: $ref: './extdef/example.yaml' 2. Extracted definition file example.yaml:...

yes, i do. its feature request. i need to swagger editor recognize all ref definitions files and parse its correctly and then i can use autocomplete, errors recognition and other...

But you've added to zram_init ext2 / 4 (in zram-init->): ``` fsopts='-O^huge_file,sparse_super' case $fstype in ext2) mkfs.ext2 -m0 "$fsopts" ${iratio:+-i "$iratio"} \ ${inodes:+-N "$inodes"} "$devnode" >/dev/null \ || Fatal "mkfs.ext2...

But when the \tmp already mounted, you can not create aufs. Create aufs need immediately after ext4 created in zram, but before mounting. This moment occurs in just zram-init.

But! :) Then need modify zram_tmp.service?

I try create aufs_tmp.service. ``` [Unit] Description=Mount /tmp as aufs. Mask tmp.mount if you use this DefaultDependencies=no Conflicts=umount.target Before=local-fs.target umount.target Requires=zram_tmp.service systemd-modules-load.service [Service] Type=oneshot RemainAfterExit=true # Adapt the maximal size...

To mount uses a other type of units. Next, I bring a working unit: cat /etc/systemd/system/zram_tmp.service ``` [Unit] Description=Mount /tmp as zram. Mask tmp.mount if you use this DefaultDependencies=no Conflicts=umount.target...

It is necessary to change the line in tmp.mount: ``` Options=br=/mnt/aufs/zram=rw:/mnt/aufs/rw=rw,udba=reval,sum ``` To free space on the / tmp summed from of all layers free space.