how to increase data directory size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2018 11:02 AM
Hi , I am storing my document in file system. So i have question . Once initial allocated space gets full, how we will add additional storage to the same partition? Can I make new partition ? if yes then how to configure both old and new partition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2018 09:17 AM
A similar question has already been asked: http://answers.nuxeo.com/questions/6405/joining-multiple-disk-partions
You should use some kind of extensible storage technology (logical volume manager) if you plan on extending the storage size.
An low-tech alternative is simply to use symbolic links. Basically, the standard binaries storage is under nxserver/data/binaries/data, there are 256 subdirectories with names 00, 01, ..., fe, ff. You can symlink a portion of them (creating the missing ones if needed) to another partition as needed.
