Feature #796
Additional storage configuration
Status: | Closed | Start date: | 11/21/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | jams | % Done: | 100% |
|
Category: | Installation/Upgrade | Spent time: | 57.00 hours | |
Target version: | 7.2 | Estimated time: | 25.00 hours |
Description
Find a simple way to add additional long term storage to a system.
Associated revisions
linhes-system: include add_storage.py.
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
LinHES-system: add_storage.py add the ability to only report on new disks, but take no action.
refs #796
linhes-system: add_storage.py. Change the way the drive is determined to 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
runit-scripts: mythbackend. Add add_storage --report to startup.
This will print out a list of any new disks found
refs #796
linhes-system: linhes-session, add delay_osd function. This is used to stop xosd and xmsg from overlaying messages.
refs #796
History
Updated by jams almost 13 years ago
- Estimated time set to 25.00
- % Done changed from 0 to 90
Updated by jams almost 13 years ago
- Status changed from New to Closed
add_storage.py implemented.
Updated by jams almost 13 years ago
- % Done changed from 90 to 100