summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/add_storage.py
AgeCommit message (Collapse)AuthorFilesLines
2012-08-28LinHES-system: add_storage.py change the double mount to a bind mount for /mythJames Meyer1-10/+15
2012-08-27LinHES-system: new features for add_storage.pyJames Meyer1-39/+159
- now writes out conf files in /etc/storage.d for each disk that it adds. These files will be used to determine nfs & smb shares - enabled the autoadding of the disk to storage groups - added --double_myth. This option is used to find the third partiton of the install drive and treat it like any other storage auto_added. The one thing it does differently is that no format/reparition take place
2012-01-21linhes-system: add_storage.py. Change the way the drive is determined to ↵James Meyer1-19/+32
be in use, and what the fstype of /myth is. This new method parses /proc/mounts and should be a bit more reliable. Fixes a bug where XFS partitions were not detected in use. refs #796
2012-01-19LinHES-system: add_storage.py add the ability to only report on new disks, ↵James Meyer1-8/+31
but take no action. refs #796
2012-01-17linhes-system: include add_storage.py.James Meyer1-0/+426
This program is used to detect and autoadd storage to mythtv storage groups. Currently it's not hooked up to anything, but hopefully in the near future it will be an automated process. add_storage will only prompt for new disks, it will skip the following: - optical disks - disks that are in fstab - disks that are mounted (but may not be in fstab) - disks smaller then 5mb refs #796