ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] unionfs упал в Sisyphus
@ 2005-03-01  7:12 Anton Farygin
  0 siblings, 0 replies; only message in thread
From: Anton Farygin @ 2005-03-01  7:12 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В Sisyphus попали модули unionfs для ядер std26-*.

Как этим пользоваться:
1) поставить нужный пакет
2) в зависимости от задачи - создать unionfs readwrite branch или не 
создавать
3) смонтировать несколько branch'ей в один

Например:
имеем подмонтированный NFS как read-only в каталог /build
необходимо сделать данные в этом каталоге read-write.

Создаем каталог для rw branch:
mkdir /tmp/build
монтируем:
mount -t unionfs -o dirs=/tmp/build=rw:/build=ro null /build

Все. Данные в каталоге /build можно изменять (удалять, добавлять).
При этом все изменения попадают в каталог /tmp/build/

Еще один пример, более странный ;-)
Имеем:
смонтированный через NFS (R/O) каталог /build
смонтированный через NFS (R/O) каталог /raid

Задача: объединить дерево каталогов /build и /raid в /build, 
одновременно сделав /build как read-write с записью изменений в /tmp/build

mkdir /tmp/build
mount -t unionfs -o dirs=/tmp/build=rw:/build=ro:/raid=ro null /build

А вот более реальный пример:
Имеем:
кучу жестких дисков, NFS и т.д.
задача:
выложить объединенную структуру на FTP (R/O)
решение:
mount -t unionfs -o 
dirs=/mnt/disk=ro,/mnt/disk1=ro,/mnt/disk2=ro..../mnt/diskN=ro none /var/ftp


Из известных ошибок:
- невозможность удаления каталогов с ro branch'ем на squashfs
- проблемы с переносом (mv) массы симлинков, реально расположенных на 
r/o branch'е

Все остальное вроде как работает.

Также в Sisyphus лежат unionfs-utils, предоставляющие возможность на 
лету добавлять/удалять branch'и, включать/отключать режим отладки.

man unionfs, man unionctl, man uniondbg

Просьба в случае обнаружения ошибок вешать в нашу bugzilla на пакет 
unionfs, сопровождая:
- testcase на C или shell
- логами ядра, от подмонтированного unionfs с опцией debug=19
- информацией о ядре и файловых системах branch'ей

Regards,
Rider



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-01  7:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-01  7:12 [sisyphus] unionfs упал в Sisyphus Anton Farygin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git